This may be very important for showing a HTML table as in Page Block style on a VF page.
Only a few things are to maintain while creating HTML table:
Now your HTML will look as it is a Page Block table.
Enjoy..
Only a few things are to maintain while creating HTML table:
- Add class="list" cellspacing="0" cellpadding="0" in <Table> tag
- Add class="headerRow" in <tr> header row
- Add class="dataRow" onmouseover="if (window.hiOn){hiOn(this);}" onmouseout="if (window.hiOff){hiOff(this);}" in <tr> in Data rows
Now your HTML will look as it is a Page Block table.
Enjoy..
No comments:
Post a Comment