-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Catch the click in headers? #45
Comments
I'm not sure I understand. What is the connection between the For example
|
An apology if I did not explain myself well, I have already formatted the data, the detail is that if I press the header of any of the columns, the sort that gives me is incorrect because the value of the data is not double, rather its a string ( or so I think that is the reason), since it does not give me a completely correct ascending arrangement neither descending one . That is why I tried to catch the click on the header (assuming it was the didtapColumn) and this be able to do the sort by myself. I hope I explained myself well. |
Okay, that's a problem. Thank you for writing such a detailed and helpful response. I will want to work on this as soon as possible. Can you tell me how you would want to define the sorting behavior yourself? |
I had the idea of managing a kind of absolute value by converting the currency value to double, in order to make a normal ascending arrangement. |
it is possible to intercept the didTapColumn function, in order to manipulate the sortof the information, since I have a problem in which I cannot format the numbers (example: $ 1,234,344.44) since they are converted to string and when accommodating them it does not correctly.
The text was updated successfully, but these errors were encountered: