Interactive GRID | Rows Per Page on Toolbar

Referred from John’s cookbook sample app. Interactive GRID Attributes Advanced JavaScript Initialization Code Copy CodeCopiedUse a different Browserfunction(config) { var $ = apex.jQuery, toolbarData = $.apex.interactiveGrid.copyDefaultToolbar(), toolbarGroup = toolbarData.toolbarFind("actions1"); toolbarGroup.controls.unshift( { type:…

Master Detail with Interactive Grid

How to Create Master Detail With Interactive Grid in Oracle Apex? Set Row Pagination As Select List In Interactive Grid Oracle APEX We need to create two Interactive Grids. Lets…