joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

column width #87

Closed codeweb closed 7 years ago

codeweb commented 7 years ago

How can i set a column width? Or a fixed class not related to data?

hnazee01 commented 7 years ago

did you try .WithCellCssClassExpression(p => "col-sm-1"); col-sm-2, or col-sm-3