DataGridColumnBuilder<T>.AllowSorting Method
| Name | Parameters | Description |
|---|---|---|
| AllowSorting(JS) | value | Specifies whether a user can sort rows by this column at runtime. Applies only if sorting.mode differs from 'none'. Mirrors the client-side allowSorting option. |
| AllowSorting(Boolean) | value | Specifies whether a user can sort rows by this column at runtime. Applies only if sorting.mode differs from 'none'. Mirrors the client-side allowSorting option. |