Hello everyone,
I’m trying to combine Smart Search functionality with inline editing in an Oracle VB Studio oj-table.
The table is currently backed by a ListDataProviderView, which wraps a BufferingDataProvider, which in turn wraps an SDP.
I would like to understand whether this is the correct approach to handle a scenario where Smart Search and inline row editing need to coexist.
Is it actually supported to chain these three DataProvider together in this way to achieve the expected behavior? Has anyone faced a similar requirement or found a recommended pattern for this setup?
Thanks in advance!