#columnClasses
Explore tagged Tumblr posts
sfdcfanboy · 7 years ago
Text
A Tip A Day #38 - PageBlockTable Wrap Text
A Tip A Day #38 – PageBlockTable Wrap Text
This post is a part of the daily blog series  A Tip A Day, daily dosage of learning! Day #38 – Wrap Text in PageBlockTable Columns
I have a pageBlockTable on Products.  The table displays Product Name and its Description.  The description field is long text area and generally, the descriptions length is long.  In fact, so long that the description text makes the table stretch ridiculously wide.
View On WordPress
0 notes
catgovind · 8 years ago
Text
JSF PanelGrid Example
JSF PanelGrid Example @jsf #jsf @javaserverfaces #javaerverfaces
JSF PanelGrid Example
  The JSF PanelGrid UI component renders an HTML component in the browser. The value of the columns attribute determines the number of columns in the table. We can set the table CSS styles using columnClasses, footerClass, headerClass, panelClass, rowClasses.
  Here below I have a page with two h:panelGrid. I’ve used custom styles.
  <!-- Table1 --> <!-- Table 2 -!>-->
View On WordPress
0 notes