pull/121/merge
keeger 11 years ago
commit c232a4a2a4

@ -53,7 +53,7 @@ $(document).on( 'init.dt.dth', function (e, settings, json) {
// Don't highlight the "not found" row // Don't highlight the "not found" row
if ( table.rows( { filter: 'applied' } ).data().length ) { if ( table.rows( { filter: 'applied' } ).data().length ) {
body.highlight( table.search() ); body.highlight( table.search().split(" ") );
} }
} ) } )
.on( 'destroy', function () { .on( 'destroy', function () {

Loading…
Cancel
Save