why does the dashboard tries to apply sorting by i...
# help
a
why does the dashboard tries to apply sorting by itself if your table contains a column called
name
it applies a sorting always on name column for no reason, I have to always remove filter every-time I refresh page or open the table viewer again to be able to see my data sorted by id which should be the default.
n
Hello @ak4zh! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
I just played around with it and setting the sort by at top to a column seems to stick for me thru logout and in. If there is nothing selected it picks one, but not sure how it decides.
n
keeplearning (2022-04-03)
a
Ok I never tried setting a sort type, I just remove the sort every-time because I want to keep things sort by id. Will try to set the sorting by id manually. But it is still annoying the default sort should be by primary key at least when the primary key field is int or bigint
g
If you feel it is a bug or should work differently I would generate an issue on github. I do not know how it picks the default column to sort on without digging into the studio code.