datajoint / datajoint-labbook

DataJoint LabBook is a graphical user interface built using React to facilitate working with DataJoint computational pipelines.
https://datajoint.com/docs/core/datajoint-labbook
MIT License
11 stars 14 forks source link

table sorting is off #151

Open mahos opened 3 years ago

mahos commented 3 years ago

Bug Report

table is not quite sorted alphabetically by table names (tier is still sorted alphabetically)

Description

I think it used to be that pharus returned alphabetically sorted tables within alphabetically sorted tiers, but now, I'm only seeing alphabetically sorted tiers and not the alphabetically sorted table names within a tier.

Synicix commented 3 years ago

Got the fix mostly implemented, will clean it up and make a pull request next week