Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 974 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 974 Bytes

Oracle APEX Item Plugin - APEX Drop Down Tree View

This plugin allows you to create tree view select list

Preview

Install

  • Import plugin file "item_type_plugin_angooti_item_dropdowntreeview.sql" from plugin directory into your application

Plugin Attributes

  • Sql Query: Sql Query for create data set
  • Closed Icon: Icon for closed items in tree(Default is 'fa-caret-right').
  • Opened Icon: Icon for opened items in tree(Default is 'fa-caret-down').
  • Enable RTL: If the apex template is right to left, you do not need to enable this option, if the apex template is left to right and you want the tree to be displayed from right to left, enable this option.
  • Enable Lazy load: You must Enable Lazy load for big data sets

Demo

https://apex.oracle.com/pls/apex/f?p=54580:3

Changelog

1.0.0 - Initial Release

License

MIT