Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 36 forks source link

Better CSS styles #93

Open Mewriick opened 4 years ago

Mewriick commented 4 years ago

Have option if you want render HTML Table or DIVs. CSS Style improvements

Methraen commented 4 years ago

@Mewriick Is it possible to apply a style on an entire column ? like a text-align on all cells of a column for example ? If not it may be a good idea in order to improve the css maniability of this component.

Mewriick commented 4 years ago

@Methraen

you can use property TableCell of GridCssClasses and configure it by UseCssClasses method of EntityTypeBuilder<TEntity>