Hi all,
Here I am showing how to use an Advanced Table region in oaf
Firstly advanced table is more or less like Normal table
including all the features in Normal table and with some extra features like Add Another Row, Total etc.
First Create ViewObject (Vo) with the following Query
SELECT empno, ename, sal FROM emp
and attach it to the Application Module
Create a page give the fields like AM, Window Title, Page
Title
Now Under the PageLayout Region
Add a New Region advanced Table Region
It will One column, column components under Column
Components it will add Column Header
Now add an item under the Column in this case Employee
Number
You can select type of item like Message Text Input, Message
Styled Text etc here itself
Select View Attribute to the Item newly added item
Now under the Column Header Create a new Sortable Header
Now under the Column Header Create a new Sortable Header
Now set the Desired prompt for the Sortable Header
Follow these steps to all the columns
save and run the page