auto column filter by default
auto column filter by default

hey guys, i have a table with lots of data needed but most of the time i use some of them which i can filter it by individual column filtering, which is what i am doing now every time i open the page i type down the values to filter in the search inputs.
is there a way to make the table shows the content already filtered on page load.
thanks,
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sure, use the API, either the
column().search()
for a single column, orsearch()
for the entire table. Theres examples on those pagesthanks a million. that was what i was looking for .