Enhance tables canvas reading states
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace RolemasterDb.App.Components.Tables;
|
||||
|
||||
public static class TablesDensityMode
|
||||
{
|
||||
public const string Comfortable = "comfortable";
|
||||
public const string Dense = "dense";
|
||||
}
|
||||
Reference in New Issue
Block a user