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-21 19:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix: `dt-api cell().invalidate()` and `dt-api cells().invalidate()` now invalidate only the cell(s) in question and not the whole row. Previously the whole row was invalidated as a quick workaround for what I would would be a complex task, but the solution is actually relatively simple and small in code size, reusing much of the current invalidation code. The cache data for the whole row is still removed, but the important part of minimising the DOM interaction is in place.
2014-11-07 12:28:44 +00:00
0c381c65efaf8cdd5f9106dc0d73507a01400dfa
Reference in New Issue
Copy Permalink