-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to over-ride the default sort order when click on column header buttons? #1227
Labels
Comments
You mean you want to click any row to get the ASC order at firstly? If yes, I'll try to support this feature, thanks. |
I'm clicking on the column header. When there is no sorting on that column you see both the asc and desc icons. The first click always ends up in desc order. I'd like that first click in the column header to be in asc order.
Thanks,
Jab
… On Apr 16, 2017, at 2:24 AM, Allen ***@***.***> wrote:
You mean you want to click any row to get the ASC order at firstly? If yes, I'll try to support this feature, thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Fixed on |
Awesome! "When once you have tasted flight you will always walk the earth with your eyes turned skyward; for there you have been and there you will always be." Leonardo da Vinci
On Wednesday, April 26, 2017 9:03 AM, Allen <[email protected]> wrote:
Fixed on v3.2.2, use defaultASC on TableHeaderColumn to assign the column sort as ASC as default—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Not talking about defaultSortOrder when you use defaultSortName. That works fine. But my data alphabetical; and the first time you click on the v^ buttons on a different column the default is to sort "desc". I want the first click to be an 'asc' sort -- since that is most likely what my user wants.
Could really use a another option for this, defaultColumnSortOrder or something...
thanks,
Jab
The text was updated successfully, but these errors were encountered: