SortingRenderer

interface SortingRenderer

This interface bundles the methods to render the appropriate UI elements for the sorting actions within the header column of a table.

The data table takes care of calling the fitting method based upon the current state of a column's sorting strategy.

See also

Functions

renderSortingActive
Link copied to clipboard
js
abstract fun renderSortingActive(context: Div, sorting: Sorting)
renderSortingDisabled
Link copied to clipboard
js
abstract fun renderSortingDisabled(context: Div)
renderSortingLost
Link copied to clipboard
js
abstract fun renderSortingLost(context: Div)

Inheritors

SingleArrowSortingRenderer
Link copied to clipboard