Skip to content

Commit 8f9e848

Browse files
author
dtbuild
committed
8b7b9c23839f2f80d21170a127c5ea1f05173ef2 Fix: -content searchList, when Ajax loading data for the table, and with the ajaxOnly option disabled, would only read the first page of data for the options.
This was due to the `*` selector, which, while a wildcard, means the element needs to exist, and with deferRender enabled by default, only the `tr`/`td` elements for the first page do exist. Sync to source repo @8b7b9c23839f2f80d21170a127c5ea1f05173ef2
1 parent 367256c commit 8f9e848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/ColumnControl",
1616
"last-tag": "1.0.0",
17-
"last-sync": "749d4381a67735d1556f7b41df5738790b003db8"
17+
"last-sync": "8b7b9c23839f2f80d21170a127c5ea1f05173ef2"
1818
}

0 commit comments

Comments
 (0)