Questions tagged [rowexpansion]
23 questions
4
votes
1 answer
Wrong values in and empty values in on scrolled page when using
I am using JSF 2.2 with PrimeFaces 4.0. I have a with live scrolling, lazy loading, row-expansion and cell-editing, etc.

arvin_codeHunk
- 2,328
- 8
- 32
- 47
3
votes
1 answer
Buffered grid and row expander plugin together are not working in extjs
Requirement: To have infinite scrolling for a extjs(4.2.2) grid along with row expanding functionality.
But both the plugins together not working,
row expander plugin not allowing data to load into buffered store of a grid.
when rowexpander plugin…

Sparrow
- 355
- 4
- 19
2
votes
0 answers
Datatable Row expansion not working with filter
I have a datatable with both row toggle expansion and filter option. On expanding, another datatable comes and that gets populated from a different table in db. when i am not filtering any value, the expansion works fine and the other datatable is…

Bhaskar Auddy
- 23
- 6
1
vote
2 answers
How can used with primefaces datatable rowExpansion
can be used in primefaces datatable rowExpansion? I tried

zyydoosh
- 387
- 2
- 14
1
vote
1 answer
prime ng row expansion data key issue
I am using prime ng table with row expansion, but I think the problem is with my data key. row is not expanding when I use dataKey="id" if I use Munit.id all rows expand instead of one
html file

Dawood Sherazi
- 21
- 6
1
vote
1 answer
p:rowExpansion looks like another row of main p:dataTable
Is there any simple way to unify look of dataTable inside rowExpansion and main dataTable? Or dou you have any ideas to make it nice?
I want it to looks like hidden rows of the same dataTable.
Here is how it looks by default:
And here is default…

mitm
- 15
- 5
1
vote
1 answer
Getting entries of child grids of currently expanded row in `igHierarchicalGrid`
I am trying to achieve a functionality in which what i want is to get the data of children of the row, that is currently being expanded. I came through the Example on Ignite UI Help Forum, but it does not help me with the issue. The Example is…

Vivek Vardhan
- 1,118
- 3
- 21
- 44
1
vote
0 answers
Expand row in Vaadin
Requirement is to provide through Vaadin Table , like row expand. On Click of the more detail which available in Every Column should add the component and show below the row.
I have same like requirement as shown in grid3.js through Sencha, but need…

user39992
- 21
- 3
0
votes
0 answers
DatagridPro, Tree view I want to show data with three levels on row expansion in Material UI
I am using the Material UI, DataGridPro and I want to display my data like this
can anyone have any idea or any example that how can I add UI like this with material UI DataGridPro?
I have tried every possible solutions and also researches on it but…

Nirali
- 11
- 4
0
votes
0 answers
Primefaces nested Datatable RowEdit adding the same sell to parrent Datatable(UI only) tree
Currently I am facing a datatable rendering issue.
I have a datatable with order details with row expansion. When I click on the expansion arrow it shows line item details in another datatable.
Also have a + button to add new order and one more…

SRK
- 130
- 1
- 9
0
votes
1 answer
How to collapse other expanded rows in PrimeReact DataTable
I am very new to react and wanted to handle row expand/collapse in a prime react data table. I am trying to keep only one row expanded at a time
const onRowToggle = ( e) => { setExpandedRows(e.data); }
I am using above line for that purpose.
Please…

Mudita Pandey
- 11
- 5
0
votes
0 answers
Primeng data table change expander icon to button and pass data on expand event
Hi I am using row expansion feature of primeng Datatable as in
I want to achieve two things,
Change the expander icon to a button.
register row data in the controller on click of expander icon.
Please help in achieving this.

Thilak raj
- 57
- 7
0
votes
0 answers
extjs 3.4 - expander in nested grid is getting the record from parent row instead of its own row
Basically I have a parent grid with row expander, when we expand each row, it will show the children grid with row expander as well.
I realized that when I click on the expander in nested grid, it's getting the record from parent row instead of its…

jenna_3108
- 437
- 1
- 7
- 20
0
votes
1 answer
datatable with lazyloading and rowexpansion gives wrong object when opening expansion
I'm using a normal datatable with lazyloading and rowexpansion with a nested table and I have problems by opening the rowexpansion after lazyloading. ScrollRows is setted to 150.

matt
- 1
- 2
0
votes
0 answers
evaluated during JSF phases
I have a datatable using rowExpansion.
When the page is loaded, the rowExpansion is not evaluated, which is fine.
When the paginator is used to show the next results or if a submission is done - the rowExpansion evaluation is triggered.
Here is a…

Olivier MD
- 1
- 3