How to get the search result subset ?
How to get the search result subset ?

Hi there,
After search content in a table,
the data result subset is indeed displayed correctly,
now i would like to fetch this data subset from the API (ideally after search event).
I cannot seem to find the way by looking at the search, filter, and events docs, nor googling neither by digging in the dom.
I surely did not graps something obviously here,
Can someone have pity and enlight me ?
Thanks in advance and thanks for this fantastic lib !
Bruno
This question has an accepted answers - jump to answer
Answers
If you are asking how can you the rows filtered by the current search in the table, you can use
rows()
, using theselector-modifier
of{search: 'applied'}
,Colin
Thanks Colin !