diff options
Diffstat (limited to 'client/tables.js')
| -rw-r--r-- | client/tables.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tables.js b/client/tables.js index 2a2699f9..b4c13887 100644 --- a/client/tables.js +++ b/client/tables.js @@ -74,4 +74,8 @@ export default function append(el, payload) { } }) } + + if (fields.length > 1 && fields[1].indexOf('filter')) { + const filter = fields[1].split(' ') + } } |
