ThemeRoller and FixedColumns plugin
ThemeRoller and FixedColumns plugin
Hi,
Versions:
DataTables-1.7.6
FixedColumns-2.0.0
num-html plugin
Filtering Delay plugin
I've got an issue that only occurs when you enable a ThemeRoller css with my DataTable - using the default style supplied with DataTables works fine.
My table is created with two fixed cols - the first and the last. When sorting all columns beside these two sort and update the icon. However these two fields sort but dont update the icon.
Just wondering if this was a known issue and if it has been fixed - before I start to look at the js.
Cheers,
Jez.
Versions:
DataTables-1.7.6
FixedColumns-2.0.0
num-html plugin
Filtering Delay plugin
I've got an issue that only occurs when you enable a ThemeRoller css with my DataTable - using the default style supplied with DataTables works fine.
My table is created with two fixed cols - the first and the last. When sorting all columns beside these two sort and update the icon. However these two fields sort but dont update the icon.
Just wondering if this was a known issue and if it has been fixed - before I start to look at the js.
Cheers,
Jez.
This discussion has been closed.
Replies
Thanks for flagging this up - I wasn't aware of this issue. I've added it to the list of things to do and I'll have a fix for it in the next FixedColumns release (although I can't currently promise when that will be, with focus currently on the DataTables 1.8 release). One workaround would be to call the fnUpdate API method: http://datatables.net/docs/FixedColumns/2.0.0/#fnUpdate_details - which will redraw the header fully.
Allan