mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 08:45:55 +03:00
[GH-ISSUE #72] Sorting of records #47
Labels
No labels
bug / broken-feature
bug / broken-feature
docs / request
feature / request
help / other
mod / help-wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PowerDNS-Admin-PowerDNS-Admin#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joachimtingvold on GitHub (Jul 4, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/72
Hi,
Sorting of records should probably take numbers into account. Specially for IPv4 PTR zones.
In the below example, I would expect the first page to be filled with 0-14 (and not 0,1,100-109,11,110).
@joachimtingvold commented on GitHub (Jul 4, 2016):
Fixed in #73 by implementing the Natural Sort plugin for DataTables.
@joachimtingvold commented on GitHub (Jul 4, 2016):
Only implemented on column 0 (name) and 4 (data) for the domain.html template.
@ngoduykhanh commented on GitHub (Jul 6, 2016):
@jallakim : This is a great enhancement. Thank you for your contribution!