Allan Jardine
b5ca536b63
Removed: Legacy API methods are no longer available in DataTables 2
...
This commit removes the plug-ins that were DataTables 1 specific
8 months ago
Allan Jardine
a7ef1706b0
API: Add `column[s]().searchable()` method
2 years ago
Allan Jardine
950f84e173
Update: CommonJS loader to support non-execution loading
2 years ago
Allan Jardine
44bd7c34bc
Fix: Missed jQuery dependency for a lot of plugins
2 years ago
Allan Jardine
87bb97dbb4
Complete transition to typescript and ESmodule + UMD loader for everything that will be included with the exception of i18n (upcoming)
2 years ago
Allan Jardine
4fff59b4ae
Working towards support for both UMD and ESM loadings for plug-ins
2 years ago
Colin Marks
8cc42550ed
DEV tweaks to the wording
3 years ago
Allan Jardine
f7bd661c59
Sort: Note that the neutral plugin is only suitable for client-side processing
...
Thanks Martin!
4 years ago
Allan Jardine
d260b2282c
Remove use of deprecated $.isArray
4 years ago
Colin Marks
6090a52b5b
DEV kevin's tweak for row().show()
5 years ago
Allan Jardine
a6071de3a8
API: Note about `processing()` being available in DT2 core
6 years ago
Allan Jardine
d3d26e771c
API: Add `rows().generate()` method which can be used to create nodes for rows which haven't yet been created (for use with `-init deferRender`)
7 years ago
Michael Fielding
8932d269b7
Fix fnSetFilteringDelay when filtering disabled
...
Adds a check to fnSetFilteringDelay() that the table actually has the search box enabled - previously calling fnSetFilteringDelay() for a table without filtering would hijack ALL the search input box 'keyup' bindings on the whole page.
8 years ago
Allan Jardine
427969e6d9
Fix - API: `average()` needs an initial value
...
Fixes #257
9 years ago
Allan Jardine
99e25cacfe
Fix - API: `sum()` method example had incorrect usage of
...
`table().footer()`
9 years ago
Allan Jardine
57a3d80321
New - API: `processing()` method
...
- Thread 31659
9 years ago
Philzen
c85e9aa169
Removed unused variables and fixed indentation
...
Variables `$this` and `$$this` were unused.
9 years ago
Allan Jardine
0bd223b57d
API: Add not to `fnSetFilteringDelay` plug-in that `searchDelay` should be used instead now
10 years ago
Edouard Labre
1c8a7bfefb
Add row().show().js plugin
10 years ago
Allan Jardine
91f1cb79ea
Dev: Remove old index files - they are no longer used on the
...
DataTables.net site.
10 years ago
Allan Jardine
984aa9c54b
Update API: `sum()` method will now strip non-numeric data
10 years ago
Allan Jardine
d1ba8bde45
Fix API plugin: `order.neutral()` didn't fully restore the order correctly
10 years ago
Allan Jardine
b97abea688
New - API: `order.neutral()` method to use the data load order as the
...
display order
This is an update for the old `fnSortNeutral` method for the new API
10 years ago
Allan Jardine
075ec52008
Fix - API: `sum()` method should have a default value
10 years ago
Allan Jardine
2ab48fdbc3
New API method: `column().title()` from Alejandro Navarro
10 years ago
Allan Jardine
5f37c86aa1
API - columns().order() plug-in method
10 years ago
Allan Jardine
bbdf40a29a
Fix #66 : Correct documentation for page.jumpToData
11 years ago
Allan Jardine
b644af9c80
Fix: average() API plug-in was one short in its data count.
11 years ago
Allan Jardine
8c797a5854
Fix: Clear button in search box wasn't clearing the filter
11 years ago
Allan Jardine
505bef35b5
Fix: Correct documentation for the fnGetTds 1.10 eqiv. method
11 years ago
Allan Jardine
f3e99a6c02
Update fnFindCellRowNodes.js and fnFindCellRowIndexes.js to work with
...
objects
- Based on the discussion here:
http://datatables.net/forums/discussion/19044
- Use fnGetData to get the data for a cell, regardless of data source
11 years ago
Allan Jardine
4df671ed24
Update doc comments for new web-site
...
Fix a number of errors such as leaking variables and code style
11 years ago
Allan Jardine
4f29d7fda6
Major update to doc comment formatting for new DataTables web-site
...
Also correct a load of JS errors such as leaking variables and use
consistent formatting.
11 years ago
Allan Jardine
02d801764c
API: average() and sum() methods for DT1.10
11 years ago
Allan Jardine
faf4f3126f
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
34eec35704
Update fnGetHiddenNodes to be compatible with 1.10
11 years ago
Allan Jardine
95ec40f166
Correct fnGetTd name
11 years ago
Allan Jardine
9323ccdd67
fnReloadAjax: Update to be comaptible with 1.10.
...
- Although 1.10 has its own Ajax reloading options built in, it makes
sense to have fnReloadAjax work with 1.10 for old installations, so
you can simply replace the plug-in rather than reworking all exisiting
code!
11 years ago
Allan Jardine
4439339c66
Fix fnMultiFilter as per thread 17544 - wasn't doing a full redraw
11 years ago
globalinnovation
73201816cb
Update fnAddTr.js - Fix - Showing invisible columns
...
Showing not visible columns and returning the result of fnAddData, now using the actual TR.
Also fixes the problem described at [#24 ](https://github.com/DataTables/Plugins/pull/24 ):
> Okay - I agree - there is an issue here. This pull request isn't quite the right fix for the issue, so I'll not pull it in, and I'm not going to look at it myself as it should be addressed in 1.10 - but yes, there is an issue with this existing plug-in that if yourself or anyone else wishes to fix, whereby the added TR is kept, then I'll happily pull it in.
>
> Good to hear that the plug-in works for you though :-)
And [#26 ](https://github.com/DataTables/Plugins/pull/26 ):
>I'm afraid this still isn't quite right - it needs to put the hidden cell nodes into an array like fnSetColumnVis does so they can be readied in future: https://github.com/DataTables/DataTables/blob/master/media/src/api/api.methods.js#L1097
11 years ago
globalinnovation
404f049976
Update fnAddTr.js - Fix - Showing invisible columns
...
Showing not visible columns and returning the result of fnAddData, also fixes the problem described at https://github.com/DataTables/Plugins/pull/24
11 years ago
Allan Jardine
9d8562e3c8
Fix description of fnDataUpdate plug-in method.
12 years ago
Allan Jardine
46df5ba4bc
Fix: fnReloadAjax's standing redraw was totally broken. Fixed here.
...
- Problem was that fnDraw( false ) was being called, on new data, which
meant that no filtering or sorting was being applied. Need to call
fnDraw() first, and then fnDraw( false ) to reposition the pages. Not
ideal, but works for now.
- Worth noting that `ajax.reload()` will be a method in DT 1.10's API.
12 years ago
Allan Jardine
38fa052444
api - fnPagingInfo.js plug-in didn't correctly handle -1 page length
12 years ago
Allan Jardine
6dff9570f7
Update for fnReloadAjax to have it work, inthe most basic sense, with server-side processing
12 years ago
Allan Jardine
a71dbb15b6
Merge pull request #5 from DukeAstar/master
...
fnServerData function was call without having DataTable as "this"
12 years ago
Allan Jardine
6493480095
Add brackets to keep DataTables style formatting.
12 years ago
DukeAstar
1fe1331c0f
fnServerData function was call without having DataTable as "this"
12 years ago
DukeAstar
1b1c0518f4
Fix double redraw of all the rows when bStandingRedraw = true
...
If the row draw callback is expensive this double redraw of all rows is awfull.
12 years ago
Allan Jardine
cb7b8ac3bb
Fix: fnFilterAll was a bit dodgy - 10670.
13 years ago