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
D
DataTablesSrc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 16 hours
ago.
Dec 02, 2024 — Dec 02, 2025
Showing page 136 of 141
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated: Update the links on all examples to include the new examples for 1.8 and general tidy up of examples
Allan Jardine
More...
over 14 years ago
New: New examples for the various features of DataTables 1.8
Allan Jardine
More...
over 14 years ago
Dev fix: Read row ID/class from _aData
Allan Jardine
More...
over 14 years ago
Dev update: Automatic additio of ID and class should be done in the create TR mthod
Allan Jardine
More...
over 14 years ago
Dev change: mDataSource renames to mDataProp. Reason for the change is that in future we could have mSortProp and mFilterProp if we wanted to sort / filter on something other than the main data. Also we are refering to a property of the source object (or an index of the source array - hence keeping the 'm' prefix)
Allan Jardine
More...
over 14 years ago
Dev fix: Again with the destroy...
Allan Jardine
More...
over 14 years ago
Fix: fnDestory would put the table back into the DOM in the wrong place if the table wasn't the the only (or last) element in the parent (i.e. it was just doing an append) - 4751
Allan Jardine
More...
over 14 years ago
Dev fix: Remove destroy call from example!
Allan Jardine
More...
over 14 years ago
Fix: Sort wrapper on the header wasn't being removed on fnDestroy - 4617 New: Span elements in the header when using JUI themes, now have the class of DataTables_sort_icon applied to them automatically
Allan Jardine
More...
over 14 years ago
New: JSONP example to show how it might be done - 4746
Allan Jardine
More...
over 14 years ago
Dev fix: Correct typo
Allan Jardine
More...
over 14 years ago
New: Add deferred loading example
Allan Jardine
More...
over 14 years ago
New: fnOpen will now take either a node, a jQuery object or a string (which was previously the only option) as it's second parameter, for what to enter into the 'details' row that is created - 2488.
Allan Jardine
More...
over 14 years ago
New: Add unit tests for deferred loading with server-side processing Remove: Deferred loading for Ajax sourced data - was incomplete and would be messy to fully implement
Allan Jardine
More...
over 14 years ago
Dev fix: JSLint tidy up
Allan Jardine
More...
over 14 years ago
Comment updates
Allan Jardine
More...
over 14 years ago
New: Creation of TR/TD elements when using an Ajax or JS source for the table can be defered until draw time, when the rows are actually needed now - 4739. This is enabled by setting bDeferRender to true at initialisation time. It provides major benefits for speed in IE when dealing with large tables. However do note that if you are using fnGetNodes() with this enabled, then you will only get nodes which have been rendered. New: Unit tests for delayed rendering. Now up to 2500+ unit tests :-)
Allan Jardine
More...
over 14 years ago
New: The ability to customise the property that is read when obtaining Ajax information from the server, for the data to insert into the table. The new initailisation parameter is sAjaxDataProp. It can be used with Ajax sourced data or server-side processing. When Ajax sourced data is used, it can be an empty string in which case it is assumed that an array has been passed into DataTables directly. Note also that it uses the same object data processor as mDataSource, so you can use dot notation to read from nested information (e.g. 'my.data').
Allan Jardine
More...
over 14 years ago
Fix: Column defs with a string would incorrectly match on a substring class - 4793
Allan Jardine
More...
over 14 years ago
New: Unit tests for mDataSource of various types. Run sanity checks on five possible varations
Allan Jardine
More...
over 14 years ago
New: Unit tests for column visibility with complex headers and fnSetColumnVis
Allan Jardine
More...
over 14 years ago
New: fnGetData now has a second parameter (optionally) to get the column data used by DataTables based on mDataSource
Allan Jardine
More...
over 14 years ago
New: Significant change to how data is handled by DataTables. DataTables now has the ability to deal with complex objects as data sourced, which is particularly useful for dealing with Ajax data, and other data which doesn't belong in the visible table (db IDs for example). See the examples/ajax/ files that are in this commit for examples on how this works. More unit tests and further tidy up to come. Detailed examples will also be added in future - the current examples are mainly for testing
Allan Jardine
More...
over 14 years ago
Updated: Move the various server-side example support scripts into the server_side/scripts directory
Allan Jardine
More...
over 14 years ago
Updated: Complex header behaviour has changed slightly to make the bottom unique TH element the one which has the sorting listener attached. Updated unit test
Allan Jardine
More...
over 14 years ago
Dev fix: Commited debug statements by mistake...
Allan Jardine
More...
over 14 years ago
Dev fix: Hidden columns could break width calculations - unit test found
Allan Jardine
More...
over 14 years ago
Updated: Add support for the complex headers with a scrolling table
Allan Jardine
More...
over 14 years ago
New: Complex headers will now work as would be expected when giving a custom width (sWidth) to a specific column. Fix: $().empty() removes events was well as removing the child elements, so it was removing the sorting events when drawing the header. Now just manually remove them using DOM - was introduced in the last commit
Allan Jardine
More...
over 14 years ago
New: Column visibilty will now work great with rowspan / colspan in the header and footer! The way this is done is by creating a stored grid of the header/footer information - a grid of rows x columns - which contains information about the cell that should be at each point - regardless of rowspan / colspan. From that information it is then possible to draw the header / footer, minus any column (or row, although that is not used here) as needed. The initialisation and column visibility functions have been updated to account for this. This allows ColVis and the other plug-ins to 'just work' with complex headers. New: Initialisation parameter: bSortCellsTop. This parameter allows control over whether DataTables should use the top (true) unique cell that is found for a single column, or the bottom (false - default). This is useful when using complex headers. Removed: From the column definiations array (aoColumns) there is now no longer any need for anThExtra, anTfExtra or nTf. These have now been removed and will cause compatibilty issues for any plug-ins which use them. Fix: Tidy up spaces where there should be tabs
Allan Jardine
More...
over 14 years ago
←
1
2
…
132
133
134
135
136
137
138
139
140
141
→
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