openalloc / SwiftTabler

A multi-platform SwiftUI component for tabular data
Apache License 2.0
133 stars 13 forks source link

Avoid jumpiness in sort indicator #9

Closed reedes closed 2 years ago

reedes commented 2 years ago

Presently when sorting a column, the column title text is offset to accommodate the indicator.

Ideally the indicator has opacity of 0 while the column is not under sort. This should avoid the jumpiness.

reedes commented 2 years ago

Ideally support user-configurable images, like the validation indicator in SwiftDetailer.