Problem with option "scroll-policy" of component "oj-table"
Summary
When I choose the option "LoadMoreOnScroll" the table does not show all the rowsContent
Hi team,
I have a table that doesn't show all the rows that I get from a web service.
I have the table configuration with the "LoadMoreOnScroll" option.
scroll-policy-options.fetch-size: 25
The following image shows that the web service returns 29 rows.
However, in the table they only show me 26 rows. That is, the last three rows are not displayed in the table.
If the option is changed to "LoadAll" then it shows all rows.
But this option is not efficient because sometimes the web service returns more than 1500 rows and this causes the screen to freeze for several minutes.
0