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

rowClass fieldsoption does not get applied when lazyLoad config option = true #283

Open brampeirs opened 5 years ago

brampeirs commented 5 years ago

$$gtRowClass does not exist in the tabledata when lazy load = true

brampeirs commented 5 years ago

The gtRowClass pipe does not get applied here (when layload = true): https://github.com/hjalmers/angular-generic-table/blob/4b2fe131934e7e1e5256c219c706d15d6cc896be/%40angular-generic-table/core/components/generic-table.component.html#L41

hjalmers commented 5 years ago

First of all sorry for the late reply, secondly thanks for creating an issue for this. I’ll see if I’ll be able to push a fix soon otherwise feel free to submit a pull request:)

CesarVasco commented 3 years ago

Hello, any solution for this bug?