sort tables by size/rowCount

This commit is contained in:
SPRINX0\prochazka
2025-11-24 08:58:49 +01:00
parent ae9676f744
commit c3baedd93c
3 changed files with 50 additions and 22 deletions

View File

@@ -200,6 +200,7 @@ export const DEFAULT_OBJECT_SEARCH_SETTINGS = {
sqlObjectText: false,
tableEngine: false,
tablesWithRows: false,
sortBy: undefined as string
};
export const DEFAULT_CONNECTION_SEARCH_SETTINGS = {