V8: Is there any simple way to set alignment of column header and body cell? #4439
-
is there any way to make it simple like |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Done based on this: #4097 fixed with applying below to columnDef:
and use below to apply style to table header:
|
Beta Was this translation helpful? Give feedback.
-
why not fix this simple issue? |
Beta Was this translation helpful? Give feedback.
-
At the risk of being redundant, you can simply define a react component. This will obviously not apply to both cell & header, but maybe this already helps someone. E.g. (from original post)
|
Beta Was this translation helpful? Give feedback.
Done based on this: #4097
fixed with applying below to columnDef:
and use below to apply style to table header: