Hi,
I have a import the data from MS SQL in Grafana Table. Visualization of table is showing as below
| Code | Name |
|---|---|
| 101 | ABC |
| 101 | BCD |
| 101 | CDE |
| 102 | EFG |
| 102 | FGH |
| 102 | GHJ |
But I need it as

How it is possible in Table?
Hi,
I have a import the data from MS SQL in Grafana Table. Visualization of table is showing as below
| Code | Name |
|---|---|
| 101 | ABC |
| 101 | BCD |
| 101 | CDE |
| 102 | EFG |
| 102 | FGH |
| 102 | GHJ |
But I need it as

How it is possible in Table?