-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
False
-
False
-
Undefined
-
-
Sprint 205 AMM
-
None
This is related to programmatic sort applied on table column.
The result of sorting done on UI is different from that done explicitly by any code compiler for cases where words start with same alphabet and have combination of words separated by spaces.
Example - In the Controls -> Tags, Data Center and Database appear after ascending sort in order as - 'Database, Data Center'
However, the different sort programs, produce result as - 'Data Center, Database'
Attached screenshot from typescript sort() func and python sort() func
This discrepancy can be trouble some in case where we have lot of entries and order will be used to prepare reports.