Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

When table is empty, paging control shows "(null items)"

We are using JET version 9 and we have <oj-table> and <oj-paging-control>, here is our code snippet:
<oj-table
...
data="[[...]]"
scroll-policy='loadAll'
...>
<oj-paging-control
id="fwkpaging"
data="[[...]]"
page-size="50"
slot="bottom">
</oj-paging-control>
</oj-table>
data type is oj.PagingDataProviderView. When the data is empty, the paging control text shows "Page 1 (null items)", wondering whether this is <oj-paging-control> problem or our code problem. How the paging control looks is attached. Thanks for any input.
image.png

Comments
Post Details
Added on Jul 20 2021
1 comment
131 views