I want to use QuickGrid with Blazor on .NET 8. I have columns with small digit data, but long titles to describe the data properly.
At the moment, if I want the title to be displayed, I need to make the column as wide as the title. This wastes a lot of screen space. I want to make the title appear on two lines.
I tried every word wrap option in CSS, but none work.
Any clues or ideas?
Thanks!