Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix glitch in top row header in Grid component
This was not working in the case of a group with only one column (for example "I/O" in the "Details for all databases" grid). We rely on the rowspan value instead of colspan. We also avoid duplicated code along the way.
- Loading branch information