mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
1590f41525
- 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.