Hello Team,
I am trying to implement global search with column filters. I am using “search” and “hiddenRows” plugins.
Issue if filter are not updating based on search.
my app link: https://jsfiddle.net/Raju2265/t2Lu8xgs/3/
Example: i have total 4 records. when i enter ‘g’ in search box it displaying 2 records but column filters not updating. Remains column filter’s showing 4 columns data
Global search @ filters are not updating based on search
Hi @rajucse2393
Thank you for contacting us. The search
option won’t work for filtering menu list, as it operates on the table’s cells. The values for filtering can be searched only from the input above the list.