1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-10 09:52:33 +02:00

Removed unnecessary setting for popup filter tests

This commit is contained in:
koalyptus 2017-07-25 22:24:46 +10:00
parent 9f6751533e
commit 7b8c3c7412

View file

@ -6,8 +6,7 @@ var tf = new TableFilter('demo', {
col_2: 'multiple', col_2: 'multiple',
col_3: 'select', col_3: 'select',
col_4: 'none', col_4: 'none',
popup_filters: true, popup_filters: true
filters_row_index: 1
}); });
tf.init(); tf.init();