mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
24761003f3
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.