yesoreyeram / yesoreyeram-boomtable-panel

Boom Table Panel for Grafana (Graphite, Prometheus, InfluxDB & Cloudwatch) :boom:
https://grafana.com/plugins/yesoreyeram-boomtable-panel
MIT License
152 stars 37 forks source link

[Feature Request] provide an option for the sorting of columns order, based on the column header #104

Open orena1 opened 5 years ago

orena1 commented 5 years ago

Both alphabetical sorting and numerical sorting should be supported. The reason for this is that alphabetical sorting will give columns (1, 10, 11, 2, 3, 4, 5, 6, 7, 8, 9) whereas numerical sorting will give (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11).

For Example: image

So that the 0 will be first, the 1 second etc... (Same for the row names, if possible) Thanks

yellowpattern commented 5 years ago

The header order is currently governed by the order of data returned by the query to whatever holds your data (graphite/influxdb, etc)

yellowpattern commented 5 years ago

This should be a "Feature Request" to provide an option for the sorting of columns based on the column header.

Both alphabetical sorting and numerical sorting should be supported. The reason for this is that alphabetical sorting will give columns (1, 10, 11, 2, 3, 4, 5, 6, 7, 8, 9) whereas numerical sorting will give (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11).

orena1 commented 5 years ago

Ok, I changed the title, but it seems that I can not change the Label. Thanks

hupf commented 4 years ago

The columns are now consistently sorted as defined in the columns set, for details see: 5b1c2ebc4665d77f0b0b681870a03c8ceb8ca084

You should therefore be able to manually order the columns...