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.
