Skip to content

Releases: rimblas/ocd-table-reorderer

Multi-Column Select & SortableJS

18 Jun 16:37
Compare
Choose a tag to compare
  • #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

14 Jun 21:44
Compare
Choose a tag to compare

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

14 Jun 15:03
Compare
Choose a tag to compare

Better error reporting.
Current Schema is now displayed on the Nav Bar.
Closes #2
Started foundation for #1, but will not be implemented on APEX 5.1

This is the last release on APEX 5.1

Initial Release

05 Jun 19:19
Compare
Choose a tag to compare

APEX 5.1 compatible application.