Sha256: a1f69a4e6c88c11bd0af94db219599f0d81c8d9551e440ab2e6ffaa806724f48
Contents?: true
Size: 374 Bytes
Versions: 28
Compression:
Stored size: 374 Bytes
Contents
// DATA_TEMPLATE: 2512 oTest.fnStart( "Check filtering with BR and HTML entity" ); $(document).ready( function () { $('#example').dataTable(); /* Basic checks */ oTest.fnTest( "Check filtering", function () { $('#example').dataTable().fnFilter('testsearchstring'); }, function () { return $('#example tbody tr').length == 1; } ); oTest.fnComplete(); } );
Version data entries
28 entries across 28 versions & 1 rubygems