Ben
Ben

Reputation: 784

Change sort arrow position in flex grid

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?

Upvotes: 0

Views: 1025

Answers (1)

Robusto
Robusto

Reputation: 31883

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

Upvotes: 3

Related Questions