Hello everyone,
I'm having an issue when I add a "compare" function in the "group" field of the "State"(which take Array<GroupDescriptor> ).
It doesn't seem to be working as I don't see it in the URL query when I convert it to string from DataSourceRequestState with toDataSourceRequestString. Also the object received in data isn't sorted or process by the function as it should.
I try many things to make it work. I tried to change the function to a string. I even tried to encoded it directly in the URL.
I want to do something a little bit similar to what is on the kendo ui for jQuery on the groupable.sort. Except it will be on the group of State React :
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.groupable.sort.compare
Also, Sorry for my English, it is not my native language.
Thank you,