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.

Home Page:https://hjalmers.github.io/angular-generic-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline Edit Row Duplicated

oemad opened this issue · comments

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

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

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

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?