Replies: 2 comments 1 reply
-
Hi @FRicardi The component offers a way to get the current sort item ( However I don't see such options for the filters, and it seems like that the documentation is not correct there. In the documentation it says the events offer a Since the Hi colleagues, could you please help @FRicardi with this issue? Here you can find a codeSandbox using plain js with UI5WC: |
Beta Was this translation helpful? Give feedback.
-
Closed via #9838 |
Beta Was this translation helpful? Give feedback.
-
When I was studying about ViewSettingsDialog, I was wondering how to deal with the event details object. I see that it uses the
text
property to populate the object's keys, which can be troublesome on cases that uses i18n to display the texts.I believe that there's a workaround that involves using the translations as key maps, but I wonder if there's an easier way to manipulate filter and sort keys to avoid these kinds of workarounds.
Have someone stumbled upon this problem as well? What are the possible solutions?
https://codesandbox.io/s/table-filter-sort-and-grouping-7w389k?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions