Added Tabulator to FilterWidget (alpha version)

This commit is contained in:
Paolo
2019-07-09 11:30:16 +02:00
parent 93a6652c5f
commit f0ee8b0161
4 changed files with 168 additions and 19 deletions
+1
View File
@@ -65,6 +65,7 @@ class FiltersLib
// Different dataset representations
const DATASET_REP_TABLESORTER = 'tablesorter';
const DATASET_REP_PIVOTUI = 'pivotUI';
const DATASET_REP_TABULATOR = 'tabulator';
// Filter operations values
const OP_EQUAL = 'equal';