Skip to content

Commit dce4d56

Browse files
committed
Set select column classname to "align-center"
1 parent 5331683 commit dce4d56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Griddly.Mvc/GriddlySettings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ public GriddlySettings<TRow> SelectColumn(Func<TRow, object> id)
316316
{
317317
Add(new GriddlySelectColumn()
318318
{
319-
Id = (x) => id((TRow)x)
319+
Id = (x) => id((TRow)x),
320+
ClassName = "align-center"
320321
});
321322

322323
return this;

0 commit comments

Comments
 (0)