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?
Asked
Active
Viewed 1,011 times
1 Answers
3
You would probably have to extend the DataGridHeader
class and override the placeSortArrow()
method.

Robusto
- 31,447
- 8
- 56
- 77