WIP
Filters input on tablesorter tables
This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
|
||||
// -- Init tablesorter --
|
||||
if($('.tablesorter').length){
|
||||
$('.tablesorter').tablesorter();
|
||||
$('.tablesorter').tablesorter({
|
||||
widgets: ["filter"],
|
||||
widgetOptions : {
|
||||
filter_cssFilter : 'input-medium',
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// -- Effect description
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user