You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using column width in table metadata and it works great. The problem is that when I set useFixedHeader={true} in my griddle, column width works only for the header. If I look at the code when that happens because using fixed header attribute creates 2 tables.
Here's an example. There's is no <th> in the second table and column widths are not being applied.
Allow columns to have a width property that determines how it is displayed.
See: GriddleGriddle/Griddle#94
The text was updated successfully, but these errors were encountered: