Skip to content

Commit 5279131

Browse files
author
dtbuild
committed
e7c720632acb138118ebada4a3960bcf0d99a46b Fix: -api columns().widths() didn't correctly take into account Responsive hidden columns
More specifically the column `:visible` selector does, but `columnIndexToVisible` does not, resulting in an index mismatch. The fix is to stay with just the columns selected. https://datatables.net/forums/discussion/81795/ Sync to source repo @e7c720632acb138118ebada4a3960bcf0d99a46b
1 parent e2c663b commit 5279131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1616
"last-tag": "2.3.8",
17-
"last-sync": "7e78364360dd57da339ac5e113490c12349a849b"
17+
"last-sync": "e7c720632acb138118ebada4a3960bcf0d99a46b"
1818
}

0 commit comments

Comments
 (0)