Add default_sort parameter to mo.ui.table
#3860
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
I am hoping to be able to write the following code that would mean that a ui.table gets initially rendered with a sorted column.
where 'Title' is the column name name of the.
By default it would be ascending.
We would need a mechanism to specify descending. Possible options
If a user then subsequently sorts on a different column the default sort would be lost.
Suggested solution
I've sketched out an API above. I don't know about the under-the-hood implementation.
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: