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-01 00:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Removed: bScrollInfinite and iScrollLoadGap - The infinite scrolling feature of DataTables is inadequate as a solution for the problem it is trying to solve as it introduces a number of compatiblity issues with the rest of the API parimarily due to the fact that it "tricks" the rest of DataTables into drawing just a small proportion of the table, leaving the elements which are currently in place. This means that DataTables doesn't realise that the table has additional rows at the top of the table, thus breaking numerous interactions with the API and confusing developers. As such, its a poor feature that is just taking up space and could be done much better externally. - I will write an infinite loading feature for DataTables in future for users that do what to use this ability - there is nothing stopping a simple scroll event being attached to the scrolling element and calling the rows.add() function. This is exactly what the new plug-in will do. - Scroller is a much better solution for defined length tables.
2013-10-10 17:46:48 +01:00
1961e26b6a8d8de91c784da88091899cd478dd4c
Reference in New Issue
Copy Permalink