Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 35 forks source link

Display a different HasCompositeValueFormatter depending on a column data #110

Open Methraen opened 4 years ago

Methraen commented 4 years ago

Hello @Mewriick , I'd like to display different things based on a column data (status), i tried to put a IF directly inside the HasCompositeValueFormatter but it does not work, is there a way to do it ?

Methraen commented 4 years ago

I managed to do it myself in js but now im encountering a new issue, is there an event on pagination ?

Mewriick commented 4 years ago

Hello @Methraen

unfortunately this kind of event is not supported. I will add support for subscribe of pagination events