Filter Datatable from External Link
Filter Datatable from External Link
Hi all,
i want to filter Datatable when coming from an other Page - is this possible??
This discussion has been closed.
Hi all,
i want to filter Datatable when coming from an other Page - is this possible??
Answers
You can use
searchto set the initialise search that should be applied to a DataTable when it is created. If the page is being linked to, presumably you would have the filtering term in the URL's query string. You can get that using thewindow.locationobject.Allan