SingleArrowSortingRenderer

class SingleArrowSortingRenderer : SortingRenderer

This implementation of a SortingRenderer creates an icon based UI for choosing the sorting of a data table.

  • There is an up-down-arrow icon, if the column is not sorted, but sortable

  • There is an down-arrow icon, if the data is sorted descending by the current column

  • There is an up-arrow icon, if the data is sorted ascending by the current column

  • There is no icon, if sorting is disabled for this column

See also

Constructors

SingleArrowSortingRenderer
Link copied to clipboard
js
fun SingleArrowSortingRenderer()

Functions

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