-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Labels
Description
There is the option selectRow.headerColumnStyle
which styles the header of the select row.
But there is no option to style the select column (the select cell of each row).
This is useful when making the table scrollable via CSS with a fixed header: in this case we need tbody display:block, which causes the column to loose their alignment between head and body. So setting for example headerStyle: width XXX works for the header but the body column does not follow it resulting in something like this:
An option like selectRow.columnStyle
would help solving this