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
prasad1.3969574005596787E12prasad1.3969574005596787E12 

Using picklist value, how to increase the number of rows in table

Hi All,

I am trying to get resize table by dynamically in visuaforce page
Please share your IDEAS....!

Thankyou,
prasad vdv
Naveen VasuNaveen Vasu
Hi Prasad,

You can create a method in the controller/extention class, call that method on change in the picklist value. And inside the method create/delete the row for the table and rerender the block containing the Table.

Thanks.
SFDC_DevloperSFDC_Devloper
Hi Prasad,

I do understand your question. But you could try for a Pagination in Visualforce.

very good explantion here:http://blog.jeffdouglas.com/2009/07/14/visualforce-page-with-pagination/


Thanks,
Rockzz


prasad1.3969574005596787E12prasad1.3969574005596787E12
How can i use for table with picklist
SFDC_DevloperSFDC_Devloper
Hi Prasad,

  Use <apex:inputField/>

https://developer.salesforce.com/forums?id=906F000000098NEIAY

Thanks,
Rockzz
prasad1.3969574005596787E12prasad1.3969574005596787E12

Thankyou for your answer,
I am using inputfield intable.................

I am trying that "Whn i am changed in the picklist value to 3. It displays Three Rows in table....."
For that i am trying......... to get resize table by dynamically in visuaforce page