Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brampeirs opened this issue Oct 18, 2018 · 4 comments
Labels

Comments

@brampeirs
Copy link

No description provided.

@brampeirs brampeirs changed the title rowClass does not get applied when lazyLoad option = true rowClass fieldsoption does not get applied when lazyLoad config option = true Oct 18, 2018
@brampeirs
Copy link
Author

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

@brampeirs
Copy link
Author

brampeirs commented Oct 19, 2018

The gtRowClass pipe does not get applied here (when layload = true):

[ngForOf]="gtOptions.lazyLoad && gtInfo ? (gtData[gtInfo.pageCurrent-1]) : (gtData | gtFilter:gtInfo.filter:gtInfo:refreshFilter:gtData.length | gtSearch:gtInfo.searchTerms:gtInfo:gtSettings:gtFields:gtData.length | gtOrderBy:sortOrder:gtFields:refreshSorting:gtData.length | gtChunk:gtInfo:gtInfo.recordLength:gtInfo.pageCurrent:refreshPageArray:gtData.length:gtEvent:data | gtRowClass:gtFields)">

@hjalmers hjalmers added the bug label Nov 7, 2018
@hjalmers
Copy link
Owner

hjalmers commented Nov 7, 2018

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
Copy link

Hello, any solution for this bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants