Jquery Datatable search using a form

Jquery Datatable search using a form

sarveshkushwahasarveshkushwaha Posts: 8Questions: 1Answers: 0
edited January 2014 in General
i want to search my datatable on client side using a search form. I have tried to find it on goggle but its just giving me each column filtering .
this is the link of my problem :
http://stackoverflow.com/questions/21432217/jquery-datatable-search-using-a-form

Please help ,thanks :)

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Use the fnFilter API method to apply a search term to the table.

    Allan
  • sarveshkushwahasarveshkushwaha Posts: 8Questions: 1Answers: 0
    edited January 2014
    Thanks fr replying ..please tell me how can i remove default search box using sDOM .
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Just remove the `f` option.

    Allan
This discussion has been closed.