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

TurboTable with virtualScroll not display records when totalRecords is set after ngOnInit - patch 2 with Observable #5319

Closed
wants to merge 1 commit into from

Conversation

lukgit17
Copy link

Below descripted issue are corrected now using observables. I hope this changes are ok. Performance are very good with these changes and are not be affected before i maked.
###Defect Fixes
In all my projects, where are datatables with virtualscroll, totalRecords it's initialized dynamically when records and total of records are received from server request. Without this feature I cannot migrate to TurboTable. In present turbotable run only if totalRecords are initialized static or in ngOnInit.

###Defect Fixes
When submitting a PR, please also create an issue documenting the error.

###Feature Requests
Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes.

Below descripted issue are corrected now using observables. I hope this changes are ok. Performance are very good with these changes and are not be affected before i maked.
###Defect Fixes
In all my projects, where are datatables with virtualscroll, totalRecords it's initialized dynamically when records and total of records are received from server request. Without this feature I cannot migrate to TurboTable. In present turbotable run only if totalRecords are initialized static or in ngOnInit.
@cagataycivici
Copy link
Member

Merged manually

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

Successfully merging this pull request may close these issues.

2 participants