pimcore / studio-ui-bundle

Studio UI bundle
Other
10 stars 2 forks source link

Client side sorting option for data grids #341

Open markus-moser opened 2 weeks ago

markus-moser commented 2 weeks ago

For example the embedded metadata widget is implemented with a client side sort approach in the classic UI. It's sorted by name by default and it is possible to change the sorting by clicking on the column headers. All of this is done without any additional API calls.

image

Can we implement a similar approach for our new data grids and add this to the embedded metadata widget?