Vue-tables-2: How to remove the whole search function

Created on 13 Jun 2017  路  4Comments  路  Source: matfish2/vue-tables-2

I want to remove this whole search function, but can't find how to.
screen shot 2017-06-13 at 4 05 51 pm

Most helpful comment

@dhdmstjs set filterable: false as per the docs (Set to false or an empty array to hide the filter(s))

All 4 comments

or how could I edit it so instead of being on the top of the page, above the datatable, it is below it?

@dhdmstjs set filterable: false as per the docs (Set to false or an empty array to hide the filter(s))

is there a way to move the filter to the bottom of the datatable?

@dhdmstjs there's currently no option of moving elements around although i guess @matfish2 would appreciate a contribution in that regard.

The template can be checked looking at https://github.com/matfish2/vue-tables-2/blob/master/compiled/template.js

Was this page helpful?
0 / 5 - 0 ratings