@Ulf-Ason can you show me what you mean? i can prob to the css for you
When you use tables in applications that shows data sheets it can be good to have a design that is more compact than a dense MudTable, especially on a mobile device. The user wants to see as much data as possible. Less padding and smaller font size are desired. I want to have a parameter that switch the layout to "data layout" and another property to add gridlines. (gridlines.vertical, gridlines.horizontal, gridlines.both and gridlines.none)
Hera are examples of desired layouts:
.scroll-locked
that applies the padding
public const string MudSortedColumn_,_DataFormatString = @"Specifies which string format should be used.";
[Test]
public void MudSortedColumn`2_API_Test()
{
ctx.RenderComponent<DocsApi>(ComponentParameter.CreateParameter("Type", typeof(MudSortedColumn`2)));
}