Hello - does anyone know if grafana allow for parent-child or nested data display? I would like to be able to see a “main” row for a given client with, let’s say a “+” sign and then click that to expand the data that links up to that main row. For example:
Client Name Group Amount
“+” A G-A $10
“+” B G-B $15
And then I want to have an ability to expand that row to see to constituents:
Client Name Group Amount
“-” A G-A $10
. A_1 G-A1 $7
. A_2 G-A2 $3
“+” B G-B $15
Is that possible in Grafana?