mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
- Now that we have the cells() / cell() methods, with the ability to select based on column and row, and the ability to get the whole row or column cells, the TD get methods on row / rows / columns were redundant and I think should be removed for berevity. It could also get confusing with the chaining since there are nested and top level methods with the same name. - Removed: - rows().cells() - row().cells() - columns().cells()