[Question] Sorting in DataTable #1943
Unanswered
ingdesarr1
asked this question in
Q&A
Replies: 1 comment
-
I guess you have to do it manually. I did it like below. Using pythons sort method.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hello, I'm usign a DataTable to append data to a form. In the DataTable, I activate the option sort_ascending and sort_column_index to sort the data that I'm adding. The problem is the data not sorting, it remains the same as how I append. I have the option on_sort in the column, but not realize nothing. Do have I to do manual sorting or can the table sorting itself? Thanks
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions