mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
* `dt-api rows()` and `dt-api row()` can now be used with a cell from the table body (not limited to only the `tr` elements * `dt-api columns()` and `dt-api column()` can now be used with a cell from the table body (not just the column headers as before) * All three selector types can use an element with the `data-dt-row` and / or `data-dt-column` (as approrirate) attributes on them or a parent. This is useful for API integration with FixedColumns and Responsive. For example you can now pass a cell in a fixed column into the `dt-api cell()` method to select the original cell.
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
157b6f1bc80df81786ed77e3e7aa1a0379d29c63
|