infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
4.78k stars 885 forks source link

Add a sort feature using column headers #435

Closed olowonihi closed 3 years ago

olowonihi commented 3 years ago

What's the problem this feature will solve? It will enable users sort through data using column headers like id, ip, services, e.t.c

Describe the solution you'd like solution will comprise of a drop down arrow on the side of each column header that once clicked will sort through the field in ascending/descending order and arrange the table using this sort.

Example: Microsoft windows allows users to sort the contents of a folder in ascending/descending order based on the column header selected. Clicking on the 'name' header will sort the files in ascending order based on the filenames and clicking the same header again will sort based on descending order. The same applies to other headers present: size, type etc.

olowonihi commented 3 years ago

feature already exists.