()
| 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 | } |
nothing calls this directly
no test coverage detected