Interactive grid in Oracle APEX - Only 40 rows are selected, if I do 'Select All'

♀尐吖头ヾ 提交于 2021-01-29 09:23:34

问题


I have an updatable interactive grid with 200 rows. If I do a select all on the grid, only 40 records gets selected. But then I scroll further down and then again do a select all, another 40 records i.e total of 80 records gets selected. If I scroll down till the end and do a select all, then all the 200 records gets selected.So, it appears that the rows gets selected in the chunks of 40 each time.

Is it a bug/feature of interactive grid that the complete grid can't be selected at once, unless we scroll down till the end. This happens specifically if my report Pagination is set to 'Scroll'. For pagination type 'Page', everything works as expected.

Please suggest, how can I select all rows for report pagination type 'Scroll'.


回答1:


Probably Scroll type pagination does work in this way. I have checked the sample application for interactive grid and there also it is the same behaviour. Hence closing this issue.



来源:https://stackoverflow.com/questions/54823218/interactive-grid-in-oracle-apex-only-40-rows-are-selected-if-i-do-select-all

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!