Expandable table is a UI widget that his goal is to show extra secondary data in tables.
This widget uses in any platform of UI.
Example use in web
technology:
http://www.jankoatwarpspeed.com/wp-content/uploads/examples/expandable-rows/
Expandable table is a UI widget that his goal is to show extra secondary data in tables.
This widget uses in any platform of UI.
Example use in web
technology:
http://www.jankoatwarpspeed.com/wp-content/uploads/examples/expandable-rows/
Product | " +…
![]()
Thilina Akalanka
2
votes
1 answer
How to Expand single particular section?I have used third party expandable table view named "ExpandableTableView",when i want to expand particular single section using custom button in my view.my code snippet is :
UIView *view=Gesture.view;
isFirsTime=NO;
…
![]()
H B Champavat
2
votes
1 answer
how to rotate image in expandable cell when clicked on cell in ios?I'm making a UITableView with expandable/collapsible cells for an iOS app. In that app I want to display an arrow down image and when click on it the image will be an up arrow. Is this possible?
Here is my code
-(void)tableView:(UITableView…
![]()
User558
1
vote
1 answer
Angular Mat Table Expandable Rows 3-LayerI am looking at this Stackblitz template
https://stackblitz.com/edit/angular-nested-mat-table?file=app%2Ftable-expandable-rows-example.ts
I am trying to create the same table, however, my data has three layers (i.e. User >> Address >> Block)
Does…
![]()
GeetaAmbrage
1
vote
1 answer
Angular Material DragDrop in Table w/Expandable Rows loses expandable sync on all rows dragged overI've modified the Angular Material Stackblitz to show my issue. It appears that cdkDragDrop is modifying the CSS of the rows the dragged list item goes over and then takes a few clicks of the expand/collapse button to re-sync. The rows that did not…
![]()
miesemer
1
vote
0 answers
How to display two different values for every row on antd table expanadble when dataSource is a state?For my antd table expandable, I want to calculate a set of values based on the row of the table. So every row that expands contains unique value, and say my hooks state contains the set of cities out of which for each individual row, there needs to…
![]()
Kashyap
1
vote
1 answer
How to expand row in angular with same number of columns as parent rowI followed this link https://www.freakyjolly.com/angular-material-12-table-with-multiple-expanded-rows-example/ for expandable row but it is not working for same number of columns.
Can anyone plz help.
I need to show like this
![]()
tiya
1
vote
0 answers
How to set antd width of expandable table column?In an antd table I am trying to use the columnWidth property in expandable to set the column width as the minimum. In my table the width for the expandable icon column is very big and by default it's quite large for me. I've tried giving a string |…
![]()
Kashyap
1
vote
2 answers
|