brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

Fix resize for columns with initially configured width. #36

Closed Samuel-Ayvazyan closed 6 years ago

Samuel-Ayvazyan commented 6 years ago

Description: In the case when columns were defined initially width with the attribute [width], the resize of the first resizable column will work unexpectedly. Current fix correcting resizeColumnStart function.

Fixes #35.