Feature Request: Sorting table columns on clicking the column header
For Index pages, it would be really useful to have sorting (either optional or default), similar to Finder in macOS.
The idea is that when you click the column header, it will sort the rows according to that header.
For example:

On clicking Name or Last Modified, it will sort (ascending or descending) the rows according to their respective columns.
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