- allow columns to be re-ordered; note that the 1st two columns are fixed in-place to avoid some problem with the ColVis plugin
14 lines
No EOL
205 B
CSS
14 lines
No EOL
205 B
CSS
/*
|
|
* Namespace DTCR - "DataTables ColReorder" plug-in
|
|
*/
|
|
|
|
table.DTCR_clonedTable {
|
|
background-color: white;
|
|
z-index: 998;
|
|
}
|
|
|
|
div.DTCR_pointer {
|
|
width: 1px;
|
|
background-color: #5B5B5B;
|
|
z-index: 997;
|
|
} |