Questions tagged [panelgrid]

46 questions
62
votes
6 answers

How to set colspan and rowspan in JSF panelGrid?

How can I set colspan and rowspan in JSF ?
Hari kanna
  • 2,461
  • 6
  • 29
  • 43
8
votes
3 answers

How to control alignment of DataTable inside of a PanelGrid?

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 fit the largest dataTable (so far, that's good). The remaining…
Brian Knoblauch
  • 20,639
  • 15
  • 57
  • 92
8
votes
2 answers

How to put multiple components in a single cell of h:panelGrid

I would like to create a with one column. However in one row I would like to fit two components together in one cell. E.g.
DD.
  • 21,498
  • 52
  • 157
  • 246
5
votes
1 answer

c:forEach inside primefaces(e.g. p:panelgrid) inside ui:repeat

I have to dinamically produce a list of tables. Each of these have a variable number of columns (with fixed rows). To perform this I first put a inside an : so I correctly produced a list of tables. Then, to dinamically…
Antonio Ragagnin
  • 2,278
  • 4
  • 24
  • 39
5
votes
5 answers

Remove border from all PrimeFaces p:panelGrid components

I need to hide all borders of all panelgrids using primefaces. I have tried he following without effects: table { border: none; } table tr, table td { border: none; } What can I do?
John Alexander Betts
  • 4,718
  • 8
  • 47
  • 72
4
votes
1 answer

When I place two pie charts inside a panelGrid they disappear

I want to place 2 primefaces pie charts side by side horizontally. I've put them into a panelGrid like that:
Sinda MOKADDEM
  • 796
  • 2
  • 12
  • 35
4
votes
1 answer

Panel grid layout in PrimeFaces

I want a layout of (or ) as shown in the following snap shot. The following code, a b
Tiny
  • 27,221
  • 105
  • 339
  • 599
3
votes
1 answer

Adding columns to a Primefaces PanelGrid using a composite component

I'm somewhat new to JSF and Primefaces and I would like to make a composite component that contains a Primefaces GridPanel:
Jim
  • 668
  • 8
  • 22
3
votes
2 answers

Transparent background-color in PrimeFaces panelGrid

My panel grid in PrimeFaces has always a white background, but I couldn't find what must be changed, since I tried using a styleClass, modifying the CSS code of ui-panelgrid class, using the style tag inside p:panelGrid, p:row or p:column. Nothing…
Rasshu
  • 1,764
  • 6
  • 22
  • 53
2
votes
1 answer

Align nested h:panelGrid in center

I am trying to include one panelGrid to another like a:
cbhogf
  • 91
  • 13
2
votes
0 answers

How to remove the empty rows created due to jsf h:panelgrid?

I am using h:datatable to display dynamic table. The rows have to displayed based on some condition. I am using h:panelgrid with rendered condition but in case the condition is not satisfied it simply shows empty rows. How to get rid of those empty…
2
votes
1 answer

Equal widths of p:panel-s inside p:dataGrid

I have a p:dataGrid with 3 columns, containing panels:
Aneta Stępień
  • 704
  • 6
  • 20
2
votes
1 answer

h:panelGrid renders empty table cells

I have the following : User Details
user2061913
  • 910
  • 2
  • 14
  • 34
2
votes
1 answer

How to change width of

I have a as follows: I tried to set the width of the panel grid to 50px by…
hellzone
  • 5,393
  • 25
  • 82
  • 148
1
vote
0 answers

R ggplot2 - align theme grid with axis tick lines

I have a ggplot2 barchart for which I changed the axis ticks. However, the panel grid is adding additional lines that I do not want. How do I remove them? My problems: I only want the vertical grid lines that match the x-axis ticks. The position…
Carrol
  • 1,225
  • 1
  • 16
  • 29
1
2 3 4