Ryan McAllen
d103c543f4
Merge 1535b76dca
into 2d638d6d8b
8 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
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
Ryan McAllen
1535b76dca
Spelling: initialisation -> initialization
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
6dff9570f7
Update for fnReloadAjax to have it work, inthe most basic sense, with server-side processing
13 years ago
Allan Jardine
a71dbb15b6
Merge pull request #5 from DukeAstar/master
...
fnServerData function was call without having DataTable as "this"
13 years ago
Allan Jardine
6493480095
Add brackets to keep DataTables style formatting.
13 years ago
DukeAstar
1fe1331c0f
fnServerData function was call without having DataTable as "this"
13 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.
13 years ago
Allan Jardine
6868a03f17
Add anchor tags
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