1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-19 06:47:00 +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_3: 'select',
col_4: 'none',
popup_filters: true,
filters_row_index: 1
popup_filters: true
});
tf.init();