This might do the job until a better answer arrives:
View attachment 82762
Hello!
Thank you for your answer.
I have tried the classification methods of the component, but without success.
Understandable for being a grid of objects.
I've thought of several ways to do it.
For example:
- Create a list, classify the list and fill the object grid with the classified list.
- Create a tableview with the data, sort and then create tableview of objects with the classified grid.
- Create a Tableview reading routine of objects to click on a tableview or listview variable, sort and recharge the tableview of objects.
- ...
In all these cases and others that I thought, I will always have to have an auxiliary table variable to classify when the user triggers the column title and recharges the grid.
Since the grid is editable, it has to be more dynamic.
So, if someone has already developed something similar or suggested another editable grid that accepts objects, such as buttons, it's viable.