hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

InlineEdit:true cell width #205

Open sahilkatia1 opened 6 years ago

sahilkatia1 commented 6 years ago

Hi, I used inlineEdit:true. the cells in which I used that their width is not dynamic. If you see in the second image below:- it should be device thickness which is not shown properly. This column has inlineEdit:true. Data is properly shown in which I didn't use inlineEdit:true. See the 1st image. Its showing the data properly. image

image

hjalmers commented 6 years ago

Hi @sahilkatia1, I'm not sure I follow but when inline edit is set to true it will actually render an input field which by default will have different styling, so in case you want it to look/behave differently you might have to add or adjust the css.