GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 378 forks source link

How to get filtered data? #789

Closed MichaelDeBoey closed 6 years ago

MichaelDeBoey commented 6 years ago

Griddle version

1.11.1

Question

Is it possible to get the filtered data by 1 selector? I can only seem to find dataSelector & filterSelector 😕 Do I have to perform the filtering myself or am I missing something? 😕

CC: @dahlbyk

dahlbyk commented 6 years ago

LocalPlugin.selectors.filteredDataSelector

If you're not using LocalPlugin, it's assumed that the grid's data is pre-filtered externally.