Hi all,
I am trying to get the FULL filtered result set from data tables but am unable to find a good way to do this. I saw many other questions asking how to do something similar and the common answer was to use table._('tr', {"filter":"applied"}); however this will not work in my case because not all table rows have been created since I am using the scroller plugin.
The only way I could currently come up with was to bind to the filter callback on the table and use the aiDisplay array from the settings object so I can get the indexes of the filtered data.
Does anyone else know of a better solution?
Thanks for any suggestions.
I am trying to get the FULL filtered result set from data tables but am unable to find a good way to do this. I saw many other questions asking how to do something similar and the common answer was to use table._('tr', {"filter":"applied"}); however this will not work in my case because not all table rows have been created since I am using the scroller plugin.
The only way I could currently come up with was to bind to the filter callback on the table and use the aiDisplay array from the settings object so I can get the indexes of the filtered data.
Does anyone else know of a better solution?
Thanks for any suggestions.