Hi all, I am looking at combining DataTables search with another (separate) search and hoping that before I call draw()
I can insert more rows to the search results if necessary. Is it possible?
So for example I have a table with 1000 rows, and upon calling table.search('myquery')
I know that I will get, for example, 16 rows and I will do another search (using another tool) and I get 4 relevant rows that are not already in the search result to add. So that when I call draw()
I will end up with 20 rows.