ColReorder, ColVis and FixedColumns updates
ColReorder, ColVis and FixedColumns updates
allan
Posts: 63,489Questions: 1Answers: 10,470 Site admin
Hello all,
Along side the DataTables 1.8.1 release today I've also updated the ColReorder, ColVis and FixedColumns extras for DataTables to take advantage of the new features in DataTables 1.8 and also fix a few compatibility issues and outstanding bugs.
ColReorder 1.0.3: http://datatables.net/releases/ColReorder-1.0.3.zip
The ColReorder release is small maintenance release which brings this plug-in up to par with support for the new features in DataTables 1.8. This new release requires DataTables 1.8+ due to the handling of data, and as a few fixes in it.
ColVis 1.0.5: http://datatables.net/releases/ColVis-1.0.5.zip
New features include the ability to customise the labels used for the buttons through the use of a callback function (fnLabel), automatic sizing of the buttons for the list (rather than hardcoding CSS) and the ability to control the animation duration for the display of the button (iOverlay). Fixes include compatibility with Query 1.6+.
FixedColumns 2.0.1: http://datatables.net/releases/ColReorder-1.0.2.zip
New features include a new API method fnRedrawLayout which will redraw the 3x3 grid that FixedColumns uses based on current sizing information. Also the FixedColumns instance is now attached to the DataTables settings object as the property "oFixedColumns" to allow easy access if initialised with sDom in DataTables. There are also a number of new examples. Bug fixes include updates for jQuery UI themes and support for server-side processing in DataTables.
Full release notes are available on the downloads page ( http://datatables.net/download ) along with the individual Javascript files if you on'y want them. Documentation for each of these extras has been updated for the new versions.
If you find any issues with any of these releases please open a new thread in the forum so we can keep track of individual issues.
Enjoy!
Allan
Along side the DataTables 1.8.1 release today I've also updated the ColReorder, ColVis and FixedColumns extras for DataTables to take advantage of the new features in DataTables 1.8 and also fix a few compatibility issues and outstanding bugs.
ColReorder 1.0.3: http://datatables.net/releases/ColReorder-1.0.3.zip
The ColReorder release is small maintenance release which brings this plug-in up to par with support for the new features in DataTables 1.8. This new release requires DataTables 1.8+ due to the handling of data, and as a few fixes in it.
ColVis 1.0.5: http://datatables.net/releases/ColVis-1.0.5.zip
New features include the ability to customise the labels used for the buttons through the use of a callback function (fnLabel), automatic sizing of the buttons for the list (rather than hardcoding CSS) and the ability to control the animation duration for the display of the button (iOverlay). Fixes include compatibility with Query 1.6+.
FixedColumns 2.0.1: http://datatables.net/releases/ColReorder-1.0.2.zip
New features include a new API method fnRedrawLayout which will redraw the 3x3 grid that FixedColumns uses based on current sizing information. Also the FixedColumns instance is now attached to the DataTables settings object as the property "oFixedColumns" to allow easy access if initialised with sDom in DataTables. There are also a number of new examples. Bug fixes include updates for jQuery UI themes and support for server-side processing in DataTables.
Full release notes are available on the downloads page ( http://datatables.net/download ) along with the individual Javascript files if you on'y want them. Documentation for each of these extras has been updated for the new versions.
If you find any issues with any of these releases please open a new thread in the forum so we can keep track of individual issues.
Enjoy!
Allan
This discussion has been closed.
Replies
http://www.datatables.net/release-datatables/extras/ColVis/exclude_columns.html
and in my website
the "aiExclude" doesn't work proper...
Can you update the docs please with the correct option name - iOverlayFade (which is a more descriptive name than just 'iOverlay')
Thanks for pointing this one out!
Regards,
Allan
http://www.datatables.net/forums/discussion/comment/22423#Comment_22423
Thanks in advance for your help.
Regards,
Allan
Allan
The link to FixedColumns 2.0.1 points to ColReorder-1.0.2.zip ;)
Allan
Also, I am having problems with "aiExclude" with 1.0.6 dev nightly. Even on your example page http://datatables.net/release-datatables/extras/ColVis/exclude_columns.html clicking the show/hide button seems to fail (FF6 beta, Chrome stable, Chrome Canary) - it adds the example_length para, to the location - http://datatables.net/release-datatables/extras/ColVis/exclude_columns.html?example_length=10.
Thanks Allan,
-steve
Thanks,
Allan