globalinnovation
bc805602cb
Update fnAddTr.js - Fix - Showing invisible columns
...
Showing not visible columns and returning the result of fnAddData
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
Allan Jardine
5db3b46e8e
Fix var error in fnSetFilteringDelay - just a warning, but good to tidy up
13 years ago
Allan Jardine
064cc451a0
Fix typo in jQuery for fnGetColumnData
13 years ago
Allan Jardine
66e5f2b06c
fnLengthChange documentation comment was wrong
13 years ago
Allan Jardine
a8495242cc
Update index files for m4
13 years ago
Allan Jardine
6868a03f17
Add anchor tags
13 years ago
Allan Jardine
6e221d94b9
Add Bootstrap integration files
...
Add index files
13 years ago
Allan Jardine
fa79071454
Add API methods from DataTables plug-ins page (dropping the ones which are now provided for by the built in methods (mainly $ and _). Some examples still needed and possibly summaries
13 years ago