How to change the style/class of the selectcolumn ? #2780
marcelluswalace
started this conversation in
General
Replies: 1 comment
-
I understand that this is old but for people who are curious, use the spread operator: {
...SelectColumn,
headerCellClass: 'header-cell-class',
cellClass: 'cell-class',
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
i've been struggling to find how to change the look and feel of the checkbox of the column SelectColumn which add the ability to select a row. Can someone give me some indications?
const columns: Col[] = [
SelectColumn, // <- how to style this? is it even possible?
{ key: 'status', name: t('patate'), width: 70 },
];
Regards
Beta Was this translation helpful? Give feedback.
All reactions