ihp icon indicating copy to clipboard operation
ihp copied to clipboard

Feature Request: Sorting table columns on clicking the column header

Open rvarun11 opened this issue 3 years ago • 1 comments

For Index pages, it would be really useful to have sorting (either optional or default), similar to Finder in macOS.

image

The idea is that when you click the column header, it will sort the rows according to that header.

For example: image

On clicking Name or Last Modified, it will sort (ascending or descending) the rows according to their respective columns.

rvarun11 avatar Apr 01 '22 01:04 rvarun11

We should have a some sort of HTML table abstraction, similar to what was done with breadcrumb links or job page generator. The table abstraction would have support for sorting table columns on clicking the column header and also filtering the results of each column: Here is an example of both features: https://codepen.io/koalyptus/full/wKBOLp

s0kil avatar Apr 03 '22 04:04 s0kil