openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Data Tables
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 20 hours
ago.
Dec 02, 2024 — Dec 02, 2025
Showing page 209 of 211
Search / Filter on:
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.
Allan Jardine
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)
Allan Jardine
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)
Allan Jardine
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
Allan Jardine
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
Allan Jardine
More...
about 15 years ago
Changed: Don't need the CVS tags in the header any more.
Allan Jardine
More...
about 15 years ago
Changed: Don't need the CVS tags in the header any more.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
about 15 years ago
Fix: Looser test for IE to pass. Different date format string
Allan Jardine
More...
over 15 years ago
Fix: Looser test for IE to pass. Different date format string
Allan Jardine
More...
over 15 years ago
1.7.1 version string
Allan Jardine
More...
over 15 years ago
1.7.1 version string
Allan Jardine
More...
over 15 years ago
Updated: Change to fnClearTable to clear the arrays in a cleaner manner
Allan Jardine
More...
over 15 years ago
Updated: Change to fnClearTable to clear the arrays in a cleaner manner
Allan Jardine
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
Allan Jardine
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
Allan Jardine
More...
over 15 years ago
Fixed: Sorting classes weren't being removed in Firefox 3.0 (3.1+ were fine) - 2449
Allan Jardine
More...
over 15 years ago
←
1
2
…
203
204
205
206
207
208
209
210
211
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree