Skip to content

RevoGrid Documentation v4.23.6 / ColumnSetEvent

Type Alias: ColumnSetEvent

ts
type ColumnSetEvent: {
  order: SortingOrder;
};

Sorting information emitted after columns are set.

Type declaration

NameTypeDefined in
orderSortingOrdersrc/plugins/sorting/sorting.types.ts:52

Defined in

src/plugins/sorting/sorting.types.ts:51