I want to remove this whole search function, but can't find how to.

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
Most helpful comment
@dhdmstjs set filterable: false as per the docs (Set to false or an empty array to hide the filter(s))