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: Cached footer cells can now have colspan properties, allowing column index referencing of the cells. - Previously a colspan in a footer cell would cause index misalignment - for example if you had a table of 6 columns with two in the footer (one colspan=5) the fotoer cells would be assigned to the first two columns in the table, breaking column index order. Now a cell can be used over multiple columns. This allows column().footer() to always reflect the cell that belongs to that column (possibly sharing it with other columns). - Note that the footer will only use cells from the first row in the footer. If there is more than one row, use table().foot() to access the TFoot element and then manipulate it as needed.
2013-11-12 19:18:06 +00:00
8fa5b8aa7a24d4cc087a89f821095ad1756309da
Reference in New Issue
Copy Permalink