DASISH / qddt-client

DASISH Task 3.2 - Front end web app for QDDT
https://qddt-test.nsd.no/
GNU General Public License v3.0
7 stars 3 forks source link

Natural sorting for constructs (and other elements?) #720

Open loucasal opened 5 years ago

loucasal commented 5 years ago

When constructs are sorted by construct name, the QDDT uses alphabetical sorting rather than natural sorting.

Example: R10O_D1 R10O_D11 R10O_D12 R10O_D2

Rather then: R10O_D1 R10O_D2 R10O_D11 R10O_D12

This may apply to other elements within the tool as well.