deneb-viz/deneb

Feature Request - List Signals in Natural Order

PBI-David opened this issue · 2 comments

Signals are listed in alphabetical order (desc or asc) whilst in the online editor, we also have the option of the natural order they occur in the specification. Not a big deal but a nice to have when you have lots of signals grouped logically together but with non-alphabetical ordering.

dm-p commented

Interesting. I see what you mean, but I'm extracting the signals the same way the editor does. Even before we sort them in the table, the view API sorts them alphabetically in the raw output. I'll have to see if there is a way to get them out in a natural order.