I'm working on a search plugin to filter duplicate data from the visible rows. If I use the search input I see that the plugin is executed once for each visible row when using draw()
. However if I use SearchPanes to filter the table then the plugin is executed once for each row, visible or not, in the table when using draw()
.
Is this expected behavior with SearchPanes?
Is there a way in the search plugin to know if the row is visible so I know with to ignore it or use it when checking for duplicates?
Do you want a test case?
Kevin