You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we had table that was rewritten to Datagrid. There is just one function i am not able to implement. We used to sent email which is ~combination of grid filters. I had several ideas on this approach. Any passing of parameter through url + setDefaultFilter/setFilter fails on grid reset. I wanted to modify filter with setRefreshUrl(true) + passing query parameter from component, but any passed value is immediately overriden.
It would seem that only plausible approach is to create dedicated EP that will store required values to session, redirect to component and to delete the value on first setFilter method call. Isnt there a better way to set filter value through link?
The text was updated successfully, but these errors were encountered:
Hello, we had table that was rewritten to Datagrid. There is just one function i am not able to implement. We used to sent email which is ~combination of grid filters. I had several ideas on this approach. Any passing of parameter through url + setDefaultFilter/setFilter fails on grid reset. I wanted to modify filter with setRefreshUrl(true) + passing query parameter from component, but any passed value is immediately overriden.
It would seem that only plausible approach is to create dedicated EP that will store required values to session, redirect to component and to delete the value on first setFilter method call. Isnt there a better way to set filter value through link?
The text was updated successfully, but these errors were encountered: