Introduce DNS records multi-column sort.
When required to add a few NS records, it's easy to make typos as DNS records can be sorted by a record type but not sorted by value.
The following sorting is proposed:
1. User Sorts by Value, then the order is: Value (ASC or DESC), Type (ASC), Host (ASC)
2. User Sorts by Type, then the order is: Type (ASC or DESC), Host (ASC), Value (ASC)
3. User Sorts by Host, then the order is: Host (ASC or DESC), Type (ASC), Value (ASC)
2
votes
Anthony
shared this idea
Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG