mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
- New API methods: - cell().invalidate() - Invalidate a single cell - cells().invalidate() - Invalidate multiple cells - Note that the invalidation is actually row based, rather than cell based - i.e. the whole row is invalidated. This may change in future versions of DataTables, but I'm concerned that it would add a lot of code for little enhancement.