meetselva / fixed-table-rows-cols

Fixed Table Header and Columns
http://meetselva.github.com/fixed-table-rows-cols/
Other
77 stars 42 forks source link

The <colModal> parameters can ignore so much the better #31

Open zyz opened 8 years ago

zyz commented 8 years ago

Too many number of columns, This parameter must be very inconvenient. for example: 30 to 50 columns

meetselva commented 8 years ago

Yes, it would be troublesome to configure each and every column.. Where do you set the column width? Letting the browser auto-set the width can be a problem.

jxramos commented 7 years ago

I think it's becoming clearer to me that this solution really does lean on the choice of colModal values. I'm providing it with a best guess passed down into jinja template generation but that's a funky hack. It would be great to generalize this solution somehow to autofit the body and header columns to be the same width much like how the body rows are used to update the fixed column's row heights.