-
- Downloads
[Browse] Improve model sorting (#42493)
Ensures that models are sorted as follows in Browse models: * Models are sorted by collection, by default * When models are sorted by collection, they are secondarily sorted by name (so that models with the same collection path appear in alphabetic order)
Showing
- frontend/src/metabase/browse/components/ModelsTable.tsx 8 additions, 4 deletionsfrontend/src/metabase/browse/components/ModelsTable.tsx
- frontend/src/metabase/browse/components/utils.tsx 22 additions, 10 deletionsfrontend/src/metabase/browse/components/utils.tsx
- frontend/src/metabase/browse/components/utils.unit.spec.tsx 65 additions, 12 deletionsfrontend/src/metabase/browse/components/utils.unit.spec.tsx
Loading
Please register or sign in to comment