| Modifier and Type | Method and Description |
|---|---|
default TableSortStyle |
TableProps.getSortStyle()
(experimental) The sort style of the table.
|
TableSortStyle |
TableProps.Jsii$Proxy.getSortStyle() |
static TableSortStyle |
TableSortStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableSortStyle[] |
TableSortStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.sortStyle(TableSortStyle sortStyle)
(experimental) The sort style of the table.
|
TableProps.Builder |
TableProps.Builder.sortStyle(TableSortStyle sortStyle)
Sets the value of
TableProps.getSortStyle() |
Copyright © 2022. All rights reserved.