mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
- row options for column selector - Selectors (table, rows and columns) now held in a single file, sharing structure. A more unified API is used, with row options also being allow for columns, through the use of the second parameter for the columns() method, which will effect how a column function can act upon rows (for example, the order of the rows when getting data or nodes). - Dev: tables() is no longer an iterator - using an `iterator()` method with options which are suitable for the different types of iteration the API needs.