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
.