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
104 stars 55 forks source link

Inline Edit Row Duplicated #271

Open oemad opened 6 years ago

oemad commented 6 years ago

screenshot from 2018-07-24 15-48-07

For some reason that I can't find, Whenever I enable inline edit all rows are duplicated, so you can see one row with inline edit and another without

hjalmers commented 6 years ago

Have you imported the css or sass file in your project?

oemad commented 6 years ago

Yes I have, the point is in each cell 2 spans are generated, I tweaked a bit with the css to hide it, but i shouldn't get generated twice in the first place

hjalmers commented 6 years ago

No it shouldn't, when the stack option is set to true it will add an extra span to the column but it's only for the heading and not the value. Can you reproduce it in stackblitz or post an example of your code so I can take a look?