You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

paging control not working

edited Dec 4, 2019 6:29PM in Visual Builder 6 comments

Summary

as I try to put a paginf control inside a table, when I put the data variable It does not show the paginf control.

Content

My code and table before i put the data:

<oj-table display="grid" scroll-policy="loadMoreOnScroll" id="oj-table-1567231906-1" class="oj-flex-item oj-sm-12 oj-md-12" selection-mode.row="single" selection-mode.column="single" on-selection-changed="[[ $page.listeners.oj_table_1567231906_1SelectionChanged ]]" data="[[ $variables.vLineasManualADP ]]" columns= "ALL THE COLUMNS HERE" on-first-selected-row-changed="[[$listeners.ojTable15672319061FirstSelectedRow]]">
  <oj-paging-control id="paging" page-size="3" slot="bottom">
                  </oj-paging-control>

https://imgbbb.com/image/LXqvDN

My code and table after i add the data in the paging control:

oj-table remains the same.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!