mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
bea47e6470
- The row()/rows() methods have index methods, so it makes sense that the column(s) and cell(s) methods also have index methods to get the raw information out of the table. Rather than shying away from the indexes in 1.10, as has been done with the pervious versions of DataTables, 1.10 will embrase them as first class citizens. - New methods: - columns().index() - column().index() - cells().index() - cell().index()