This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-20 18:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
media
History
Allan Jardine
79df7b3374
Fix - performance:
slice()
can be quite slow when modifying arrays for the filtering, so use
push()
instead.
...
-
Fixes
#84
2016-12-02 17:58:26 +00:00
..
css
Fix: Align "show entries" text correctly for cases where the Semantic UI JS is not available on the page
2016-12-02 17:22:39 +00:00
images
Dev: Remove old images that are no longer used (haven't been since 1.9)
2015-03-19 12:00:33 +00:00
js
Fix - performance:
slice()
can be quite slow when modifying arrays for the filtering, so use
push()
instead.
2016-12-02 17:58:26 +00:00