panelGrid « Datatable « JSF Q&A





1. JSF: h:dataTable vs h:panelGrid    stackoverflow.com

In JSF, h:dataTable and h:panelGrid both create html table-tags. What is the difference between both? When to use one or the other?

2. How to control alignment of DataTable inside of a PanelGrid?    stackoverflow.com

I've got a multi-column panelGrid setup, with dataTables as each of the columns. Each of the dataTables is a different length. This results in the panelGrid stretching out to ...

3. Render h:panelGrid on dataTable row select?    stackoverflow.com

I have a dataTable that when a user selects a row a number of fields are populated so they can see more detail. of that particular item. However, at the moment ...

4. panelGrid/dataTable problem    coderanch.com

Originally posted by Rick Beaver: [QB]Correct - so you do it for every column in the row if you want everything to have a mouseover effect. You have to do that in plain HTML as well so it is nothing new. [QB] Actually thats incorrect, in plain html you can define dhtml bindings for onmouseover for an entire row, you do ...

5. dataTable + panelGrid => dataPanelGrid?    coderanch.com

Before I go through the exercise of making a new custom component, I wanted to check if anyone else has already completed this. Basically a merging of a dataTable and a panelGrid. You provide a collection, a number of columns and a 'body' for the tag. The body would then be repeated for each item in the collection in a grid ...

6. panelGrid/dataTable with Absolute Positioning    coderanch.com

Hello Ranchers, I am trying to implement the below requirement using JSF and RichFaces. I have a table of data with 4 columns and 10 rows to be displayed using absolute positioning. The width of each column varies (column1 - 9px, column2 - 72px, column3 - 36px, column4 - 72px). Also, I have a predefined distance between the rows (20px) to ...