DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Column priority data attribute has no effect #57

Closed sargue closed 8 years ago

sargue commented 8 years ago

Using the official JSBin and adding a data-priority="1" to the last column the expected result is that column should be always visible. It is not.

http://live.datatables.net/jobidiki/1/

DataTables commented 8 years ago

Got it right the second time around...

Updated example which uses the nightly built: http://live.datatables.net/jobidiki/2/edit .

Thanks for flagging this up!

sargue commented 8 years ago

You're welcome, thanks for the fast fix!

downhiller commented 8 years ago

Isn't the referenced "Updated example" even MORE broken? It doesn't exhibit any "responsive" behaviour at all on my screen? All the columns are there, there's a horizontal scrollbar, and the green plus signs are missing.

downhiller commented 8 years ago

Scratch that, I think it's just that the "run with JS" button needed to be clicked (when it hadn't needed to be on the first one for some reason).

At least I can stop pulling my hair out over the 2 hours I've been trying to get data-priority to work on my own system now!