pre-defined search?

pre-defined search?

jerry1jerry1 Posts: 5Questions: 0Answers: 0
edited February 2014 in General
Hi,
I am using JQuery Tabs UI and DataTables plugin, and want to click and go to tab1, where I have datatables. And there I want to search the word, where was clicked. Example: tab2: searchItem1, searchItem2<--- click there. tab1 opened and "searchItem2" want to show in my sortable :-)

There is code, what I try:

[code]
searchItem2
[/code]

Replies

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin
    Use the fnFilter API method to trigger a filter programmatically.

    Allan
This discussion has been closed.