Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Grid - Support custom sorting in GridExporterΒ #3040

@DevExpressSupportTeam

Description

@DevExpressSupportTeam
  • I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

  • Reactive Grid

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 to GridExporter via the rows option.

https://codesandbox.io/s/react-grid-custom-sorting-in-gridexporter-7f1zg

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions