ID (mandatory) – You have to give an id to the advanced table region. This id will uniquely define the advanced table on that page. View Instance (mandatory) – Enter the instance name of the VO on which your advanced table should be based. Note: you cannot have two advanced table on the same page […]
advancedTable
Defining column and columnGroup in Advanced Table
The advancedTable is OA Framework has the option of making a column or columnGruoup as the table columns. Both, column and columnGroup are container regions and also are indexed children of advancedTable region. So, what’s the difference between column and columnGroup? Column: You might have guessed by the name itself that when you define a […]
Advanced Table events and their handling
An advancedTable is capable of HTTP Post opearation hence while creating an advancedTable be sure that it’s a recursive child of the pageLayout region and the “Form” property of the pageLayout region is set to “True”. All the events generated by advancedTable are HTTP requests are can be caught and handled in processFormRequest method of […]