UNPKG

tablefilter

Version:

A Javascript library making HTML tables filterable and a bit more

11 lines (8 loc) 236 B
module('TableFilter with no rows'); test('throws when no rows', function() { throws( function() { new TableFilter('demo'); }, Error, 'Throws Error when DOM table does not contain rows' ); });