sp-dev-fx-controls-react
sp-dev-fx-controls-react copied to clipboard
ListView add onUpdateFilter prop
Category
[X] Enhancement
[ ] Bug
[ ] Question
Version
[ 3.8.0]
Desired Behavior
It would be great if a method was added to the ListView as a property to be called after applying the filter to the list. That would allow you to implement column-based aggregations, for example.
The change is simple but the utility would be high. I attach a couple of images with a proposal to add the property in IListView.d.ts and to make the call in ListView.js. Thank you!
IListView.d.ts

ListView.js

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Thank you for submitting your first issue to this project.
Hi @DanielAvilaG,
That's a nice improvment idea!
Are you instered to submit a PR for this one?