mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
triggered filter searches now update the inputs properly; see #146
This commit is contained in:
parent
1162f9c8d5
commit
7593fbc8ee
@ -329,9 +329,7 @@ ts.addWidget({
|
||||
cv = (v || []).join(''); // combined filter values
|
||||
// add filter array back into inputs
|
||||
if (arry) {
|
||||
c.$filters.each(function(i,el){
|
||||
$(el).val(filter[i] || '');
|
||||
});
|
||||
ts.setFilters( $t, v );
|
||||
}
|
||||
if (wo.filter_hideFilters){
|
||||
// show/hide filter row as needed
|
||||
|
Loading…
Reference in New Issue
Block a user