Releases: rimblas/ocd-table-reorderer
Releases · rimblas/ocd-table-reorderer
Multi-Column Select & SortableJS
- #3 Multi-Column select preview
- Switched from jQuery UI Sortable to SortableJS
- Enabled APEX-Nitro and moved assets (js,css,img to app images)
New with Schema Selector
You can now switch between the schemas authorized to your Workspace. APEX 18.2 is required.
IMPORTANT: Each schema will need the ocd_table_reorder
package installed. During installation, the package will be installed, by the supporting object's script, but only into the app's Parsing Schema. You need to install it on others
Alternatively, give the grants and create a synonym for all the other schemas:
connect ORIGINAL_SCHEMA
grant execute on ocd_table_reorder to NEW_SCHEMA;
connect NEW_SCHEMA
create synonym ocd_table_reorder for ORIGINAL_SCHEMA.ocd_table_reorder;
Small improvements
Initial Release
APEX 5.1 compatible application.