Cannot access current search filter settings (Datatables 1.10)
Cannot access current search filter settings (Datatables 1.10)
steve@govital.net
Posts: 1Questions: 1Answers: 0
I am trying to write some code that can access the current filter (search) settings -- either applied or passed through stateSave
The code that filters a column is
table.column(id).search(value).draw()
I am trying to obtain the current search settings with
table.column(id).search()
which is supposed to return a string, but it is returning an object
This discussion has been closed.