how to Filter a hidden column : DataTables jQuery plugin

how to Filter a hidden column : DataTables jQuery plugin

venupvenup Posts: 7Questions: 0Answers: 0
edited November 2012 in DataTables 1.8
hi ,

In My table i have a hidden column
i want to filter the table with hidden column values with DataTables jQuery plugin.

Thanq


how to Filter a hidden column

Replies

  • allanallan Posts: 61,663Questions: 1Answers: 10,095 Site admin
    Use fnFilter .

    Allan
  • venupvenup Posts: 7Questions: 0Answers: 0
    Yah..its gud..but my aim is

    Column should be hide but filter selection would be shown..

    but the both are hide..
  • allanallan Posts: 61,663Questions: 1Answers: 10,095 Site admin
    So you need to put your filtering input somewhere that isn't in the hidden column. Entirely up to you where you put it!

    Allan
  • venupvenup Posts: 7Questions: 0Answers: 0
    How do it..plz..let me know..
This discussion has been closed.