mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-31 18:25:21 +02: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.