Change sort arrow position in flex grid

1k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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