sp-dev-fx-controls-react icon indicating copy to clipboard operation
sp-dev-fx-controls-react copied to clipboard

ListView add onUpdateFilter prop

Open DanielAvilaG opened this issue 3 years ago • 3 comments

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 IListView d ts

ListView.js ListView js

DanielAvilaG avatar Jun 09 '22 13:06 DanielAvilaG

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

ghost avatar Jun 09 '22 13:06 ghost

Thank you for submitting your first issue to this project.

github-actions[bot] avatar Jun 09 '22 13:06 github-actions[bot]

Hi @DanielAvilaG,

That's a nice improvment idea!

Are you instered to submit a PR for this one?

michaelmaillot avatar Sep 25 '23 12:09 michaelmaillot