You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artem-kurchenko
changed the title
T922867 - React Grid - Support custom sorting in GridExporter
React Grid - Support custom sorting in GridExporter
Aug 17, 2020
artem-kurchenko
changed the title
React Grid - Support custom sorting in GridExporter
Grid - Support custom sorting in GridExporter
Aug 17, 2020
Would highly appreciate if this would be available.
I tried the workaround but ended up in a loop where the Getter-Plugin's computed callback has been called over and over again. Is this a known issue?
Hello,
I also implemented the workaround in our project and ended up in a loop. I didn't found a solution yet. Is there another way to use custom sorting in GridExporter? Thank you in advance.
Regards, Patrick
I'm using ...
Example
https://codesandbox.io/s/stoic-aryabhata-iwv2p?file=/demo.js
Info
React Grid's GridExporter doesn't allow specifying the IntegratedSorting.ColumnExtension option.
Actual behavior
Standard sorting is applied
Expected behavior
Custom sorting should be applied
Workaround
Obtain sorted rows via a custom plugin registered after the
IntegratedSorting
plugin. Then, pass these rows toGridExporter
via therows
option.https://codesandbox.io/s/react-grid-custom-sorting-in-gridexporter-7f1zg
The text was updated successfully, but these errors were encountered: