Jump to content

auto sort table in HTML (or Javascript)


Egbert Vierkant

Recommended Posts

Hi

I have made a horizontal bar chart that displays the average value of 4 columns. The bars are auto sorted by the average value. I'd like to place a text box next to the chart displaying the percentiles corresponding with the average value in the chart (so the percentiles should be sorted based on the averages). Here is an example (unsorted).

Example

average percentile

Column1 50 52%

Column2 25 12%

Column3 49 70%

Column4 12 1%

My questions

1. Does anyone know how to create such (dynamic) table in a text area, that automatically (or by a click) sorts the percentiles in the right way as soon as the values change (by filtering)

2. The ideal would be to end up with a table that hides the first two (table) columns. The result would be:

percentile

70%

52%

12%

1%

By combining the horizontal bar chart with the averages and the text box above, I would have what I want.

Any suggestion is welcome!

Many thanks in advance!

Egbert Jan

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...