$.fn.datatable.ext.search.push apply on specific table

$.fn.datatable.ext.search.push apply on specific table

erpankajserpankajs Posts: 4Questions: 0Answers: 0
edited March 2016 in Free community support

I am using this for custom search, but getting some issue. My script.js file container appx. 12 DataTables. Only one table need the custom search. I am searching this $.fn.datatable.ext.search.push form the doc. But not found any way to fix this on specific table.

Suggest me how to fix this only to one DataTable when js file contains more tables.

Thanks

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    At the moment what you need to do is use settings.nTable.id which will give you the table id inside the function you add. Then you can check to see if you want to apply your filter to that table or not.

    I know its not brilliant that, I will be improving that for the next major version.

    Allan

  • erpankajserpankajs Posts: 4Questions: 0Answers: 0

    Thanks allan

This discussion has been closed.