Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow reordering columns #66

Open
revolter opened this issue Jan 10, 2017 · 1 comment
Open

Allow reordering columns #66

revolter opened this issue Jan 10, 2017 · 1 comment

Comments

@revolter
Copy link
Contributor

It would be nice if you could set a custom order for the columns, say File Name, Date, File Size (which actually is nginx's default) instead of File Name, File Size, Date.

@aperezdc
Copy link
Owner

@revolter: While it would be nice to have this, it's not essential so I'm not assigning a target release for now. Thanks for the suggestion.

ryandesign added a commit to ryandesign/ngx-fancyindex that referenced this issue May 10, 2022
Add the aria-sort attribute to the th of the column by which the data is
sorted. This is conceivably useful to let screen readers know how the
table is sorted, but it also allows CSS styles to be applied, for
example to highlight the sorted column header or to change an icon in
the column header to indicate the sort direction.

This required breaking the start of the table into separate variables so
that the column headers can be addressed individually. This is a step
toward being able to reorder (aperezdc#66) or remove (aperezdc#133) columns.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants