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

Column sorting #330

Closed
XxPatrickxX opened this issue Oct 27, 2014 · 10 comments
Closed

Column sorting #330

XxPatrickxX opened this issue Oct 27, 2014 · 10 comments
Labels

Comments

@XxPatrickxX
Copy link
Contributor

Adding column sorting for the views available under the Health area.

For example:
https://librenms.example.org/health/metric=storage/view=detail/ - sort by storage/usage/% used.
https://librenms.example.org/devices/ - sort by platform/os/uptime

@laf
Copy link
Member

laf commented Oct 27, 2014

Brilliant, is this something you are working on @XxPatrickxX?

@f0o
Copy link
Member

f0o commented Nov 7, 2014

Can this be achieved by Bootstrap's table-sorting as alternative to server-side sorting ?

@laf
Copy link
Member

laf commented Nov 7, 2014

It can be, needs another js library to do that I think.

@f0o
Copy link
Member

f0o commented Nov 7, 2014

Isn't that already included in the Bootstrap JS-bundle?

I thought I saw it on some bootstrap3 demopage recently... but might be mistaken (after all never managed to got bootstrap3 to work like on their official page hahaha)

@f0o
Copy link
Member

f0o commented Nov 7, 2014

never mind, getboostrap.com doesnt show it so it's not included.

@laf
Copy link
Member

laf commented Nov 7, 2014

@f0o
Copy link
Member

f0o commented Dec 31, 2014

any updates on this?

@laf
Copy link
Member

laf commented Dec 31, 2014

I don't think anyone is working on it.

Fyi, if this is done using bootstrap/jquery then it will only work for some tables. Things like syslog are too big to load all the data to sort client side hence I converted those to paginated.

@f0o f0o added the Question label Mar 6, 2015
@laf
Copy link
Member

laf commented Mar 27, 2015

PR in place to cover this now #671.

Needs pages to be swapped over.

@laf
Copy link
Member

laf commented Mar 29, 2015

Support is now to be able to do this and we have another issue in place to start going through converting some of the pages. Closing this now.

@laf laf closed this as completed Mar 29, 2015
@lock lock bot locked as resolved and limited conversation to collaborators May 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants