blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Grid: Data Filter

Open agriffard opened this issue 4 months ago • 0 comments

I am trying to find how I could interact with the Grid from outside of it, in order to provide a custom UI for the pagination and the filters (in another zone of the page).

For the moment, I don't see how I can achieve this.

It would require to be able to access more parameters exposed by the grid.

The final goal would be to obtain something like this component that allows the user to add predifined filters with the target property, the operator to apply and the value (whose UI could vary depending on the type or on a selection rendering that could be customized) : https://github.com/manureini/MComponents/issues/14#issuecomment-1917707688

image

Any advice and guidance will be welcome.

agriffard avatar Feb 15 '24 11:02 agriffard