1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-18 05:35:51 +02:00

Initial commit for fixing linked filters with grid layout mode

This commit is contained in:
Max Guglielmi 2016-03-11 12:16:06 +11:00
parent fb90965444
commit c1a6cd9220
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.1.18",
"version": "0.1.19",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {

View file

@ -21,6 +21,7 @@
var filtersConfig = {
base_path: '../dist/tablefilter/',
linked_filters: true,
grid_layout: true,
col_1: 'multiple',
col_2: 'checklist',
btn_reset: true,