jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Adding the column group handling #47

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

Converting the table to use column group handling.

Overall simplifies the table definition. No more listening on resize to resize TD and THs. It is done automatically. I am not pulling the widths from the classes assigned. Lets say the first column is something like

Name

I do not look at the .name class to see if it defines a width and if it does extract this and set it on the column. Note: When using columns in this manner, the "name" class would also need to be modified.

Fixes #46 Fixes #43 Fixes #6