Search
-
How do I change the background of an entire row all elements
by kthorngren ·table#example.dataTable tbody tr.Highlight > .sorting_1 { background-color: #ffa; } table#example.dataTable tbody tr.Highlight { background-color: #ffa; } -
How to set css or background color of row on hover
by arturomag ·background-color: #ffa !important; -
Conditional format of cell
by kthorngren ·table#example.dataTable tbody tr.Highlight_inUse > .sorting_1 { background-color: #ffa; } table#example.dataTable tbody tr.Highlight_inUse { background-color: #ffa; } -
SQL transfer is very slow
by oornek ·Hello; -
How to set css or background color of row on hover
by kthorngren ·table#example.dataTable thead:hover { background-color: #ffa; } -
How to set css or background color of row on hover
by kthorngren ·table#example.dataTable tbody tr:hover { background-color: #ffa; } table#example.dataTable tbody tr:hover > .sorting_1 { background-color: #ffa; } -
highlight a row via API?
by kthorngren ·table#myTable.dataTable tbody tr.Highlight_inUse > .sorting_1 { background-color: #ffa; } table#myTable.dataTable tbody tr.Highlight_inUse { background-color: #ffa; } -
Table formatting in export
by kumar pkvel ·tblBody[index][ind].fillColor = "#FFA500"; } else if (tblBody[index][ind].text == "Soft") { tblBody[ -
Excel Export with Background-Color from Table
by Visionstar ·tblBody[index][ind].fillColor = "#FFA500"; } else if (tblBody[index][ind].text == "erledigt") {