The list of tables can now be sorted by either name,schema or schema,name by clicking on the column headers.
This commit is contained in:
parent
5b20f900fc
commit
ec8c3ff5ec
3 changed files with 45 additions and 8 deletions
|
|
@ -25,6 +25,7 @@ public:
|
|||
|
||||
void setCatalog(std::shared_ptr<const PgDatabaseCatalog> cat);
|
||||
|
||||
virtual void sort(int column, Qt::SortOrder order = Qt::AscendingOrder) override;
|
||||
void setSortOrder(int so);
|
||||
|
||||
// Header:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue