komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
769 stars 56 forks source link

Actual filtered data #389

Closed aleksei-baryshnikov closed 7 months ago

aleksei-baryshnikov commented 7 months ago

Hello! I struggle with that issue. I need the actual filtered data. I know, that kaPropsUtils.getData(props) for this but if I have grouping and all groups are collapsed I am getting just groups or expanded data using this function. Is here any way to get actual filtered data even if it is grouped and collapsed?

komarovalexander commented 7 months ago

Hi @aleksei-baryshnikov, just released v8.9.0 with ability to do that. release: https://github.com/komarovalexander/ka-table/releases/tag/8.9.0 demo: https://stackblitz.com/edit/table-grouping-ts-k7cq63?file=Demo.tsx