Questions tagged [rowexpansion]
23 questions
0
votes
0 answers
Primefaces issue - need to keep the row expanded after an ajax update, but it keeps collapsing
I have a problem with JSF. I try to keep the row expansion open after an update, but it keeps collapsing.
I want to change the panel content in the expanded row and reply button is pressed and also keep the row in the dataTable expanded.
If I can…

rim444
- 1
- 1
- 4
0
votes
1 answer
Unable to send parameter from JSF to Bean through datatable value attribute
I have a expansion datatable which is being populated by an Arraylist from the backend which has an id as primary key. When row is expanded, that id specific rows has to be searched in an another table and all the rows has to be displayed. when I am…

Bhaskar Auddy
- 23
- 6
0
votes
2 answers
primefaces datatable rowexpansion with hidden column issue
I'm using PrimeFaces 6.0
I aim to create a data table with rowexpansion but I don't want to display rowtoggler. Expansion will occur on row selection. For this I have added to my code:
$(document).ready(function() {
…

tikeman
- 39
- 10
0
votes
2 answers
SubRow After Expanding a Parent Row in extjs41
Requirement is simple with showing a row(child Row) when user clicks on the Parent Row.
Attached image for more info

Subrat nayak.
- 405
- 1
- 7
- 25
0
votes
0 answers
p:rowExpansion does not diplay value from same p:datatable
I have created a datatable & rowExpansion inside this, rowWxpansion does not display one of the column values from same p:dataTable.
I need to take a particular commentId, which is clicked for expansion, from dataTable to panel grid of rowExpansion…

Khushboo
- 1
- 4
0
votes
2 answers
JSF 2/PrimeFaces 4.0: Can a link in a row expand the row?
Given the code below (taken from the PrimeFaces ShowCase), what is the best way to change the functionality so that the text in the second column - - acts as a link to expand/contract the row (rather than the…

Jeff Levine
- 2,083
- 9
- 30
- 38
0
votes
1 answer
Primefaces: the commandButton inside the rowexpander not perform the action at first click
I have a problem on a page with primefaces framwork, this is my fragment code:
…

user2953035
- 11
0
votes
0 answers
PrimeFaces Datatable column lines not in one line
I have the following problem in a pf4 application. I have a Datatable with expandable rows, in this expandable rows we added a tabview, and in one of these tabs i added a Table again. Now the column rows don't keep in one line, this looks very…

user3172567
- 461
- 1
- 7
- 19