1) I can see that panelGrid has an attribute of footerClass, headerClass.How can i specify the footer and header contents, i guess via facets ?
2) And this leads to another question :
How can i know if a jsf tag has facets or support any other nested tags ?
I know panelGrid support nested h:panelGroup, but i wonder what other nested tags are supported inside panelGrid tag ?
3) And basing on the attributes reference im having, i suppose cell merging (colspan) is not supported, am i correct ?
4) Is panelGrid replaceable by plain html table ? I suppose panelGrid really eases us without all the tr and td tags, eases us in even / odd rows / columns css class specification, etc. But if i want to have fuller control of the table, like the width of each column, cell merging, i'd have to switch to HTML table, am i correct ?