packages/ecl/components/ecl-table/events/ecl-sort-table.event.ts
Event emitted when the table sort order changes.
Extends the base ECL event to provide sorting-specific information.
Properties |
Methods |
constructor(sortOrder: SortOrder, columnId: string)
|
| Public columnId |
Type : string
|
|
The identifier of the column that triggered the sort event. |
| Public sortOrder |
Type : SortOrder
|
|
The order in which the table is currently sorted. Can be 'ascending', 'descending', or null (unsorted). |
| preventDefault |
preventDefault()
|
|
Returns :
void
|