NagiosEnterprises / nsti

Nagios SNMP Trap Interface
GNU General Public License v2.0
15 stars 11 forks source link

Allow Table headers to sort ascending and descending #13

Open lgroschen opened 9 years ago

lgroschen commented 9 years ago

Allow Table headers to sort ascending and descending and preserve the sort between page loads so the user can always keep their preference. Also allowing multiple sorts to stack on each other and also save.

Then create a fallback default sort of the newest traps first and oldest last.

lgroschen commented 9 years ago

Going to go with some kind of jquery plugin, or something like this: https://datatables.net/examples/plug-ins/api.html

Will use bootstrap to draw the tables and buttons so not much visually should change, besides making the tables a lot more clean.

hedenface commented 7 years ago

This should be rather easy. Even though it's an enhancement, we'll schedule for a 3.0.3 release.