CC-2299: Better column options in playlist/file list on playlist builder
- allow columns to be re-ordered; note that the 1st two columns are fixed in-place to avoid some problem with the ColVis plugin
This commit is contained in:
parent
7a27be878b
commit
7d9aa3ca5d
6 changed files with 2256 additions and 17 deletions
14
airtime_mvc/public/css/datatables/css/ColReorder.css
Normal file
14
airtime_mvc/public/css/datatables/css/ColReorder.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue