MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / updateSearchInfo

Function updateSearchInfo

libs/datatables-binding-0.18/datatables.js:1272–1277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1270
1271 // search info
1272 var updateSearchInfo = function() {
1273 changeInput('search', table.search());
1274 if (filterRow) changeInput('search_columns', filterRow.toArray().map(function(td) {
1275 return $(td).find('input').first().val();
1276 }));
1277 }
1278 table.on('draw.dt', updateSearchInfo);
1279 updateSearchInfo();
1280

Callers 1

datatables.jsFile · 0.85

Calls 2

changeInputFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected