valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
554 stars 336 forks source link

filtering or sorting changes column widths #612

Open darrenjs opened 5 years ago

darrenjs commented 5 years ago

The demo table at https://valor-software.com/ng2-table/ exhibits a column resize behaviour as the user enters text into the filter text areas, or if the user clicks on the headers (to trigger a sort). I think the columns should not change width in response to user interaction. Is it possible to fix these column widths to prevent them automatically changing?