5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 20 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: When infinte scrolling, the display start count should always be at 1, rather than reflecting the paging that DataTables is using internally. More... about 15 years ago
Fixed: A number of errors jsLint had picked up. Most trivial but worth of note are: - Fixed incorrect reference for state saving cookie data string which would cause an error in jQuery 1.3 and before - Fixed incorrect adding of anti-text selection event listeners being attached to the header elements (to many being added) More... about 15 years ago
Fixed: A number of errors jsLint had picked up. Most trivial but worth of note are: - Fixed incorrect reference for state saving cookie data string which would cause an error in jQuery 1.3 and before - Fixed incorrect adding of anti-text selection event listeners being attached to the header elements (to many being added) More... about 15 years ago
New: It is now possible to have elements created by sDom have an ID assigned to them as well as a class. An extension of the previous class only syntax you can now do something like "#id.class", "#id" or "class" - 2666 More... about 15 years ago
New: It is now possible to have elements created by sDom have an ID assigned to them as well as a class. An extension of the previous class only syntax you can now do something like "#id.class", "#id" or "class" - 2666 More... about 15 years ago
Changed: Don't need the CVS tags in the header any more. More... about 15 years ago
Changed: Don't need the CVS tags in the header any more. More... about 15 years ago
Fixed: Destroying a scrolling table was not correctly reassembling the table from it's component parts which are split up for scrolling. More... about 15 years ago
Fixed: Destroying a scrolling table was not correctly reassembling the table from it's component parts which are split up for scrolling. More... about 15 years ago
Fixed: fnInitComplete was being called too early for server-side processing. It is now called after the first draw is complete, like the other data sources. More... about 15 years ago
Fixed: fnInitComplete was being called too early for server-side processing. It is now called after the first draw is complete, like the other data sources. More... about 15 years ago
Fixed: Column widths we being calculated by not applied. Due to the column width calculation now being done after the header is drawn, the widths need to be likewise done afterwards. More... about 15 years ago
Fixed: Column widths we being calculated by not applied. Due to the column width calculation now being done after the header is drawn, the widths need to be likewise done afterwards. More... about 15 years ago
New: Infinite scrolling! Building on the scrolling feature set that was introduced with 1.7, you can now have DataTables do infinite scrolling (bScrollInfinite: true), where data is loaded dynamically as and when needed by the user's interaction with scrolling. Infinite scrolling can be used by all DataTables' supported data sources without modification. More... about 15 years ago
New: Infinite scrolling! Building on the scrolling feature set that was introduced with 1.7, you can now have DataTables do infinite scrolling (bScrollInfinite: true), where data is loaded dynamically as and when needed by the user's interaction with scrolling. Infinite scrolling can be used by all DataTables' supported data sources without modification. More... about 15 years ago
Fixed: Column width calculations are now done after DataTables has done it's required DOM manipulation. This means that column width calculations are more accurate and take account of dynamic data. More... about 15 years ago
Fixed: Column width calculations are now done after DataTables has done it's required DOM manipulation. This means that column width calculations are more accurate and take account of dynamic data. More... about 15 years ago
Fixed: DataTables would unnecessarily add mousedown and selectstart event handlers to TH elements which aren't used for sorting. This is used on sorting columns to prevent text selection when clicking the element to perform sorting. More... about 15 years ago
Fixed: DataTables would unnecessarily add mousedown and selectstart event handlers to TH elements which aren't used for sorting. This is used on sorting columns to prevent text selection when clicking the element to perform sorting. More... about 15 years ago
New: When using jQuery UI theme option, DataTables will wrap the contents of sortable TH element in a DIV which can then be used to position the sorting arrow accurately across all columns. The required CSS has been added to the CSS files to show this effect. More... about 15 years ago
New: When using jQuery UI theme option, DataTables will wrap the contents of sortable TH element in a DIV which can then be used to position the sorting arrow accurately across all columns. The required CSS has been added to the CSS files to show this effect. More... about 15 years ago
Fix: Looser test for IE to pass. Different date format string More... over 15 years ago
Fix: Looser test for IE to pass. Different date format string More... over 15 years ago
1.7.1 version string More... over 15 years ago
1.7.1 version string More... over 15 years ago
Updated: Change to fnClearTable to clear the arrays in a cleaner manner More... over 15 years ago
Updated: Change to fnClearTable to clear the arrays in a cleaner manner More... over 15 years ago
Fixed: Themeroller 1.8 introduced a few changes from 1.7 (main fg-button* > ui-button) which was causing 1.8 themes to not show correctly. This release updates DataTables to use ThemeRoller 1.8 themes by default, but retains 1.7 backwards compatibility for now (to be removed in future) - 1559 More... over 15 years ago
Fixed: Themeroller 1.8 introduced a few changes from 1.7 (main fg-button* > ui-button) which was causing 1.8 themes to not show correctly. This release updates DataTables to use ThemeRoller 1.8 themes by default, but retains 1.7 backwards compatibility for now (to be removed in future) - 1559 More... over 15 years ago
Fixed: Sorting classes weren't being removed in Firefox 3.0 (3.1+ were fine) - 2449 More... over 15 years ago