Feature #9718
openMake diag_states_summary table sortable
0%
Description
Make diag_states_summary table sortable so users can chose the way they want to sort it.
Discussed at https://github.com/pfsense/pfsense/pull/4018
Updated by Jim Pingle about 5 years ago
- Subject changed from MAke diag_states_summary table sortable to Make diag_states_summary table sortable
Updated by Jim Pingle about 5 years ago
Looks like this will require redesigning the page a bit. The sortable library does not handle rowspan/colspan as they are used by the current design, or the second header row with "Protocol Counts". I tried a couple different ways and it mangled things differently each way.
I did get close to getting an accurate IP address sort by having it do data-value=""
entries for the IP address, using ip2long32() for IPv4 addresses. IPv6 was mixed in no matter what I ran it through, but I did at least try uncompressing it first to see if that helped.
Updated by Anonymous about 4 years ago
- Target version changed from 2.5.0 to Future
Redesigning the page to accommodate sorting is out of scope for 3.5.0 - Resetting target to "Future"