ER : Map columns from LOV back into the page
To prevent another roundtrip it would be awesome if you could specify columns from the LOV to map into Page Items or Grid Columns (just like SuperLOV can do for Page Items).
Didn't know about that feature, but the implementation is possible.
Last night I realized what it means that this plug-in could be the updated version of the SuperLOV..
I haven't used the superLOV in years now and didn't look at it nor think of it when developing this plug-in. My plug-in was a perfect for our project and nothing more. To make this plug-in succeed, it should be as good as the legacy plug-in but now open source.
After seeing the attributes and the pl/sql source, there are a lot of valueable things in there that should also be used in this plug-in.
https://www.skillbuilders.com/legacy-oracle-apex-plugins/
The main differences are
- AJAX returns JSON
- Modal LOV is generated in precompiled client-side template using Handlebars
I like to keep it this way. But most other things are very similar and we should decide which features to include.
So help is very welcome to make those decisions.