Editable table with pagination
Summary
Editable table with paginationContent
Hi,
I have a table with pagination implemented with PagingDataProviderView as described in the blog: https://blogs.oracle.com/vbcs/paging
The issue is that when I try to call Fire Data Provider Event in the TableBeforeRowEditEndChain I am getting an error, even when I put in the event target field myPDP.dataProvider instead of just myPDP.
When I reassign the PDP again it works but it refresh the data in the table and when I have a lot of columns it takes time.
How can I use Fire Data Provider Event ? or any other solution ?
0