Closed dyaacov closed 4 months ago
Hi,
When my columns are not sorted, I would like to add both arrows so users can see that this column is sortable. is it possible?
I've found an example how to control the sortIcon but this event is invoked only AFTER I click a cell.
https://komarovalexander.github.io/ka-table/#/sorting
Thanks!
hi @dyaacov you can show it in headCellContent, see the demo https://stackblitz.com/edit/table-sorting-ts-tseedw?file=Demo.tsx
headCellContent
Yep! Found it a minute ago :)
Hi,
When my columns are not sorted, I would like to add both arrows so users can see that this column is sortable. is it possible?
I've found an example how to control the sortIcon but this event is invoked only AFTER I click a cell.
https://komarovalexander.github.io/ka-table/#/sorting
Thanks!