الأحد، 26 يناير 2020

Interactive Grid Action Using Dynamic Action

Interactive Grid Region Static ID 'ig_emp'

Add New raw For Interactive Grid


apex.region( "ig_emp" ).widget().interactiveGrid( "getActions" ).invoke( "selection-add-row" );

View Video

Delete raw from Interactive Grid


apex.region( "ig_emp" ).widget().interactiveGrid( "getActions" ).invoke( "selection-delete" );



Enable Edit Mode in Interactive Grid 

apex.region( "ig_emp" ).widget().interactiveGrid( "getActions" ).set("edit", true);
View Video


Save Interactive Grid 


apex.region( "ig_emp" ).widget().interactiveGrid( "getActions" ).invoke( "save" );




ليست هناك تعليقات:

إرسال تعليق

How to Solve Ords Issue : The request could not be mapped to any database.

 The request could not be mapped to any database.  Check the request URL is correct, and that URL to database mappings have been correctly c...