jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Force fixed columns when specified #71

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

Columns that are fixed should not be resizeable. Define the directive "col-fixed" which can be used as a class or attribute (col-fixed="false") would disable it.

The min and max widths should be set on the TH tag.