Graphql-engine: persist columns order / collapsed status in console browse rows section

Created on 21 Nov 2019  路  4Comments  路  Source: hasura/graphql-engine

It would be nice to order columns in some persistent way so that important data can be always seen without horizontal scrolling in data table.

AND/OR saving collapsed columns in data table across page refreshes.

console easy enhancement medium

Most helpful comment

It would be nice to add column sorting and filters in this too

All 4 comments

Duplicate of #1622

Just adding a note to avoid confusions. The scope of this issue seems to be to add a feature where the status of columns order/collapsed is persisted on the console UI in the Browse rows screen.

1622 is looking to update the order of columns in the postgres database via the UI

I suppose something similar could be achieved by creating a view from a table, then I assume you can specify the order of columns in the results. But, it's kind of a pain and you end up with extra stuff in your DB.

It would be nice to add column sorting and filters in this too

Was this page helpful?
0 / 5 - 0 ratings