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 |
Replies: 4 comments 1 reply
|
Done based on this: #4097 fixed with applying below to columnDef: and use below to apply style to table header: |
|
why not fix this simple issue? |
|
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) |
|
I handled this by making a TableFeature This feature adds a property called Then when rendering the |
Done based on this: #4097
fixed with applying below to columnDef:
and use below to apply style to table header: