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

Make more columns sortable #1291

Open
PhyxionNL opened this issue Oct 16, 2020 · 2 comments
Open

Make more columns sortable #1291

PhyxionNL opened this issue Oct 16, 2020 · 2 comments

Comments

@PhyxionNL
Copy link
Contributor

Right now only .../events can sort by Date (asc/desc). However, there are more cases where sortable columns are useful. Some examples:

  • .../users: first/last/events columns. For error, log, 404, usage, all.
  • .../frequent: first/last/events columns. For error, log, 404, usage, all.
  • session/events: created/duration columns.
  • status/...: first/last/events columns.
@niemyjski
Copy link
Member

This would be a great addition, I think this is already tracked by an issue (will double check). We'd be willing to accept a pr for this too :). It would be really hard to do a sort on users though... This is computed after the fact but anything is possible

@PhyxionNL
Copy link
Contributor Author

I meant sorting by the dates and occurrences, on the /users and /frequent pages, such as type/error/frequent and type/error/users.

@niemyjski niemyjski transferred this issue from exceptionless/Exceptionless.UI Mar 6, 2023
@niemyjski niemyjski changed the title Make more columns sortable Make more columns sortable/customizable Mar 31, 2023
@niemyjski niemyjski changed the title Make more columns sortable/customizable Make more columns sortable Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants