* fix dataTable style
This commit is contained in:
@@ -20,6 +20,9 @@ $(function()
|
||||
$option.toggleClass('hide', $option.text().toString().toLowerCase().indexOf(val) < 0 && $option.data('key').toString().toLowerCase().indexOf(val) < 0);
|
||||
});
|
||||
});
|
||||
|
||||
$(".table-children > td.check-btn").html('')
|
||||
|
||||
});
|
||||
|
||||
function setQueryBar(queryID, title)
|
||||
|
||||
Reference in New Issue
Block a user