-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 #5303
Comments
Same problem. |
Resolve is to add code line
|
@Noctis-Solaith Finally did some hack to rerender the view based on a flag value as below In component
This solution may not be idealistic , but it worked perfectly for me without any performance issue. |
Hope will have accepted pull request #5319 |
[ X ] bug report => Search github for a similar issue or PR before submitting
Current behavior
TurboTable display zero records when totalRecords is set when table it's fill and not in ngOnInit. Without this feature I cannot migrate to TurboTable. In all projects totalRecords it's initialized dynamically when records and total of records are received from server request.
Example :
The text was updated successfully, but these errors were encountered: