mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
8c2c65c9dd
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.
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
8fa5b8aa7a24d4cc087a89f821095ad1756309da
|