Display 1 record at a time with pagination
Summary
Display 1 record at a time with paginationContent
Hi All,
I need to display data from Business Object. As we have lot of columns in tables, we are displaying 1 record at a time and then need to use navigation button to navigate to next record.
Is this available out of the box? One approach i thought to use SDP of BO to display 1 record at a time, and then use pagination button. However i am unable to get basic navigation button in table.
When calling below function to map pagination data to <oj-paging-control> data attribute, getting error:
error running custom action: myfunc([object Object],[object Object]) TypeError: PagingDataProviderView is not a constructor
Tagged:
0