Question

Currently when sorting in a flex grid, the sort arrow that shows whether the column is sorted ascending or descending is right aligned to the column. Is there anyway to change the position of the sort arrow, such as applying padding?

Was it helpful?

Solution

You would probably have to extend the DataGridHeader class and override the placeSortArrow() method.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top