SortingColumnDef

external interface SortingColumnDef<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract var enableMultiSort: Boolean?

Enables/Disables multi-sorting for this column. API Docs Guide

Link copied to clipboard
abstract var enableSorting: Boolean?

Enables/Disables sorting for this column. API Docs Guide

Link copied to clipboard
abstract var invertSorting: Boolean?

Inverts the order of the sorting for this column. This is useful for values that have an inverted best/worst scale where lower numbers are better, eg. a ranking (1st, 2nd, 3rd) or golf-like scoring API Docs Guide

Link copied to clipboard
abstract var sortDescFirst: Boolean?

Set to true for sorting toggles on this column to start in the descending direction. API Docs Guide

Link copied to clipboard

The sorting function to use with this column.

Link copied to clipboard
abstract var sortUndefined: Comparable<*>?

The priority of undefined values when sorting this column.