How to get the search result subset ?

How to get the search result subset ?

gamahachaagamahachaa Posts: 2Questions: 1Answers: 0

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

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    Answer ✓

    If you are asking how can you the rows filtered by the current search in the table, you can use rows(), using the selector-modifier of {search: 'applied'},

    Colin

  • gamahachaagamahachaa Posts: 2Questions: 1Answers: 0

    Thanks Colin !

This discussion has been closed.