Alexander Sokolov
Alexander Sokolov
@msanli220, thanks for the response! I didn't find any sorting related improvements/fixes/functionality in the code snippet you provided. Could you share a full example? Is `props.filterParams` a function that filter/sort...
@msanli220 thanks for the repository you provide. Now it's clear. But as I can see from [the code](https://github.com/msanli220/reactDataGrid-remoteFilterMode/blob/main/src/components/DataGrid.js#L39), you use array as a DataSource property. So you manually control the...
@msanli220, yes, I did. I also have a `remoteSort={true}`. I wasn't able to provide jsFiddle for this as I didn't get how to simply add the `@inovua/reactdatagrid-community` package via cdn...
@msanli220, yep the workaround works like a charm. Looks like we have to manually set `column.sort` to an empty function to achieve the server side sorting. Thank you so much...
@simeg, regarding an alternative solution, I propose providing a ref for the calendar container. If we can obtain a reference to the calendar's HTMLElement, we can dynamically render it whenever...