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

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
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)
toString
Link copied to clipboard
js
open fun toString(): String

Inheritors

SingleArrowSortingRenderer
Link copied to clipboard