I would like to perform filter for only one colume like $("#example td:first-child").dataTables()

I would like to perform filter for only one colume like $("#example td:first-child").dataTables()

seheriseheri Posts: 2Questions: 1Answers: 0

But its not working for me..any suggestions would be helpful to me.

Answers

  • seheriseheri Posts: 2Questions: 1Answers: 0

    Filter should be done only for first column like $("#example td:first-child")

  • allanallan Posts: 61,887Questions: 1Answers: 10,141 Site admin

    How about table.column( 0 ).search( ... ).draw();? That uses the column() method with a selector.

    Allan

This discussion has been closed.