mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-14 22:55:44 +01:00
Fixed unit tests
This commit is contained in:
parent
38424bfdca
commit
7cd85bbd34
14 changed files with 31 additions and 28 deletions
|
|
@ -49,8 +49,9 @@
|
|||
<script data-config>
|
||||
var filtersConfig = {
|
||||
base_path: '../dist/tablefilter/',
|
||||
grid_layout: true,
|
||||
grid_width: '900px',
|
||||
grid_layout: {
|
||||
width: '900px'
|
||||
},
|
||||
alternate_rows: true,
|
||||
btn_reset: true,
|
||||
rows_counter: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue