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
Manohar kumarManohar kumar 

how to fix table width and height ? Its changing height and width when rerendering.

Hi, i have a inputText and outputText in the a table cell which is rendering according to the button edit and save.In the table call i also have datefield and picklist and one InputTextArea. In the output mode its looking well but when i click edit table height and width are getting increased.And this looks bad.How do i fix width and height of the <td> so it looks same for the inputText and outputText?

Any help would be appriciated.

Thanks

Manohar 

VineetKumarVineetKumar
Wrap the <td> around with <apex:outputPanel layout="block"> and apply the styling over the output panel.