leptos_struct_table

Function default_th_sorting_style

Source
pub fn default_th_sorting_style(
    sort_priority: Signal<Option<usize>>,
    sort_direction: Signal<ColumnSort>,
) -> Signal<String>
Expand description

You can use this function to implement your own custom table header cell renderer.

See the implementation of DefaultTableHeaderCellRenderer.