JET Version: 10.0
Hi Community
Does anyone know if it’s possible to create a custom data source which is pluggable with the JET collection components?
We’ve hit some limitations around the BufferingDataProvider and the ability to use it for some of the features supported in the components i.e. sort, filtering, inserting at a given position.
https://community.oracle.com/tech/developers/discussion/4489064/filtering-bufferingdataprovider-without-losing-edits
https://community.oracle.com/tech/developers/discussion/4488037/working-with-unsubmitted-data-in-bufferingdataprovider
https://community.oracle.com/tech/developers/discussion/4485184/how-to-filter-jet-table-whilst-maintaining-buffered-edits
https://community.oracle.com/tech/developers/discussion/4481862/how-to-insert-new-rows-as-first-row-in-table-with-bufferingdataprovider
Most of the Cookbook examples use ArrayDataProvider to highlight the functionality of a component but we would like to augment this with our own buffering, sort and greater control over CRUD.
Any ideas or pointers greatly appreciated.