react-redux-grid
react-redux-grid copied to clipboard
Align header columns with table's contents
Hi, can you please tell me how can I align the header columns with table's contents? It creates 2 tables, one for the header, that has width, and another for content, wich doesn't have width. Some examples that you provide are perfectly aligned, but othters aren't. Is there any way to align header columns and content?
I am having a similar issue with the tree. Is there any update from others how they were able to align it?
I just ended up overriding the width of the column with CSS based on the classname. FYI for anyone that comes across this as well!