This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-01-19 12:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New: Greatly improve the utility of the row, column and cell selectors: * `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.
2016-02-04 14:44:38 +00:00
157b6f1bc80df81786ed77e3e7aa1a0379d29c63
Reference in New Issue
Copy Permalink