Open gato-mulatto opened 5 months ago
Thank you for submitting your question. The plugin currently supports only a single column/field to be displayed as label. As a quick and dirty workaround there are 2 options you can try:
Thank you for this. Very helpful. I have gotten both methods to work.
My original idea was that I wanted to extend the Grafana Table visualization to have expandable rows. I don't imagine you have any idea how I can format this as a table with column names and formatting of the data.
Gato
I have a dataset with the following format.
ID,ParentID,Name,Field1, Field2, ... , FieldN
Example (https://www.heroes.im/grafana/interactive_tree_sample_data.csv)
I would like to see the rows Name,Field1, Field2, ... , FieldN with the ability to expand rows. I only see column Name. Is there a way to use the plugin and see the entire row?
Thank you.