Is there any way to have an extendedDataTable with just a single column?
Thank you in advance.
Is there any way to have an extendedDataTable with just a single column?
Thank you in advance.
rich:extendedDataTable supports scrolling features (both horizontal and vertical) for the table body. It means width of the table body is not necessary equal table width (by default it is not).
Based on this, you should set up column(s) width (and possible table width - depend on parent layout) manually. For that purpose you can use width attribute of rich:column.
<rich:column width="300px">