bencripps / react-redux-grid

A React Grid/Tree Component written in the Redux Pattern
http://react-redux-grid.herokuapp.com/
MIT License
446 stars 63 forks source link

Align header columns with table's contents #213

Open LuizMoreira opened 6 years ago

LuizMoreira commented 6 years ago

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?

capture

AlexAichinger commented 5 years ago

I am having a similar issue with the tree. Is there any update from others how they were able to align it?

AlexAichinger commented 5 years ago

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!