The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
DataTables 1.4.0-beta-9
A bit of a tidy up, a few bug fixes and a couple of enhancements as DataTables heads towards 1.4 final :-)
Beta 8:
- New: Empty row td now has a class name of 'dataTables_empty'
- New: fnAddData returns an array of integers with the indexes of aoData which have been added
- New: Added Norwegian language file (nb_NO) - with thanks to Petter Ekrann for this translation.
- Fixed: aaSorting can be of zero length
- Fixed: You can pass parameters to custom API functions (with thanks to Benedikt Forchhammer for this fix)
- Fixed: Sorting with individual column filtering (but no global filter) resulted in the column filtering being lost.
- Fixed: Empty row now has asStripClasses[0] applied as a class name
- Fixed: A whole bunch of little improvements to the code thanks to jslint
Beta 9:
- New: fnUpdate function to update the data currently on display in the table. Takes account of filtering, sorting etc.
- New: fnAddData now has a second parameter, a boolean to indicate redraw required or not (default true)
- Fixed: Nested tables no longer have their rows removed when DataTables redraws!
- Fixed: Remove fnDecrement API function (can be added back as an API function if anyone wants it - but it was broken anyway...)
- Fixed: Remove _fnMasterIndexFromDisplay internal function - unused
