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

Function fun

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

Source from the content-addressed store, hash-verified

456 filter.next('div').css('margin-bottom', 'auto');
457 } else if (type === 'character') {
458 var fun = function() {
459 searchColumn(i, $input.val()).draw();
460 };
461 if (server) {
462 fun = $.fn.dataTable.util.throttle(fun, options.searchDelay);
463 }

Callers

nothing calls this directly

Calls 1

searchColumnFunction · 0.85

Tested by

no test coverage detected