Multiple filter for same column of datatable

Multiple filter for same column of datatable

SafooraSafoora Posts: 1Questions: 1Answers: 0

Hi Everyone,

I am using jquery Datatable for my project. First of all I would like to thank the team for such a great plugin.

I am trying to apply multiple filter to the same column of Datatable. Currently i am using fnFilter function for achieving this. It works fine when apply multiple filters to different columns. But when I apply for same column multiple times, it refreshes column each time and includes hidden rows(by the previous filter on same column) also . Can any one suggest me , how can I apply multiple filter to same column so that it will only apply to visible rows in particular column?

This discussion has been closed.