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
As of now, you can easily override getSelectFiltred in your CRUD controllers to group some rows together (even though you have to reset the group statement of the request). I did it to group media by their sha1 property.
However this does break some functionnalities:
Actions by lot : checking a few boxes and calling an action on them only affects the first row of a group.
individual action : clicking on an action link only affects the first row of a group
Basically anything that expects only one tuple of primary key. (usually just the id property).
I already gave some thoughts to it and I couldn't find a way to do this without modifying huge parts of the code in many different places. So I'm filing this feature request instead of trying to make it a pull request because it still would be nice to have.
The text was updated successfully, but these errors were encountered:
As of now, you can easily override getSelectFiltred in your CRUD controllers to group some rows together (even though you have to reset the group statement of the request). I did it to group media by their sha1 property.
However this does break some functionnalities:
id
property).I already gave some thoughts to it and I couldn't find a way to do this without modifying huge parts of the code in many different places. So I'm filing this feature request instead of trying to make it a pull request because it still would be nice to have.
The text was updated successfully, but these errors were encountered: