function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Siva SakthiSiva Sakthi 

Create Row and Columns tables with button click

Hi,
Have two input Text Boxes “Rows” and “Columns” and have a button create. When the number of rows and columns are entered and the button is clicked, create a table with the specified number of rows and Columns with all cells as input Text Boxes and the column headers as “Column 1, Column2…etc.

How to achive this via apex coding.Guide me to achive this

Advance Thanks
Maheshwar
MagulanDuraipandianMagulanDuraipandian
Check whether this is useful - http://www.infallibletechie.com/2012/06/dynamically-adding-rows-in-apex.html