Update: Add comment as to what is happening in search highlight init

pull/113/head
Allan Jardine 10 years ago
parent 649b269068
commit 245ab02a1b

@ -35,6 +35,7 @@
(function(window, document, $){
// Listen for DataTables initialisations
$(document).on( 'init.dt.dth', function (e, settings, json) {
var table = new $.fn.dataTable.Api( settings );
var body = $( table.table().body() );

Loading…
Cancel
Save