Support for default sorting column #280
sumitsharansatsangi
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
I think it's a good idea - we should probably do this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@dantownsend Can I try to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, In piccolo admin, every table is sorted according to id , and we can later sort it in the frontend using dropdown.
But, it will be good in normal cases, we have cases in which by default the table has to be updated according to the column
updated_at
.So, we have to do the sort, every time we have to watch it.
It will be easier and also an interesting feature if
TableConfig
can havesorted_column
as parameter.Beta Was this translation helpful? Give feedback.
All reactions