Completely separate the filter
Completely separate the filter
Hi!
I'm using the data tables plugin tablepress on wordpress. I realise that this might not be the perfect forum for this plugin, but since it's based on this project it might be worth a try. I'm basically at the end of the rope on this one. I'm trying to separate the search filter from my table, so I could put it anywhere on the page, and still filter the table. The page in question is vahi.se/meny. I realise that this is a community forum and I'm pretty new at this. I'm happy to supply more info if I left some obvious information out. Any help or input at all, from anyone about this would be greatly appreciated.
Best regards.
Answers
You create your own search inputs and place them where you like. Here is an example:
https://datatables.net/examples/api/regex.html
If you wish to remove the default search input you can remove it by using the
dom
. The default setting islfrtip
. You can remove thef
, something like this:dom: "lrtip",
Kevin