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

dynamic header and column, #29

Open clavearnel opened 8 years ago

clavearnel commented 8 years ago

Hi, this plugin was helpful and thank you for creating. I have an issue regarding dynamic rows and columns, can be the colModal is optional for dynamic columns width.

meetselva commented 8 years ago

The colModal is a required option as the table layout needs to be fixed when the plugin is called.

The fixed header and column are 3 identical table (2 tables if it is just the fixed header) sitting on top of the actual table matching the position, width and height. The colModal sets the width and makes the table layout fixed so that the new tables built for fixed row column matches the original table.