Implement loadMoreOnScroll with ADP
Summary
Table that supports drafting (implies ADP as source) and loadMoreOnScrollContent
Hey,
We are trying to create a standard for a table that supports CRUD in our application.
We reverted from the VBCS way of doing this (adding create and edit pages) because the application's breadcrumb is already deep and we don't want to add to that.
Instead we choose to edit inline using an editable table or otherwise (for complex input fields that can't be edited inline) with a popup.
Now we want the user-friendliness of a SDP with loadMoreOnScroll (and a query) and the control of an ADP that allows drafting and saving all locally changed rows on table level only once.
0