+ Start a Discussion
pkurapkura 

Visual force page render issues for blank values!

I've a visual force page that uses <apex:dataTable> component. The table is rendered fine when all the values of the columns are non empty. If the values in the columns are empty, the rendering is messed up on Firefox & IE. Chrome renders fine for empty column values too. Anybody had this issue before ?

 

 

Abhay AroraAbhay Arora

I think you just add &nbsp; when value of a column is blank it will wolve your issue