-further fixes for naomis new layout
This commit is contained in:
parent
8396e12df1
commit
fae1401568
4 changed files with 114 additions and 164 deletions
|
@ -86,7 +86,7 @@ function createDataGrid(){
|
|||
"aaData": datagridData.rows,
|
||||
"aoColumns": columns,
|
||||
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
if (aData[aData.length-2] != "")
|
||||
if (aData[aData.length-2] == "t")
|
||||
$(nRow).attr("style", "background-color:#166622");
|
||||
if (aData[0] == "c")
|
||||
$(nRow).attr("style", "background-color:#61B329");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue