Questions tagged [expandable-table]

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:

Expandable table

http://www.jankoatwarpspeed.com/wp-content/uploads/examples/expandable-rows/

42 questions
0
votes
0 answers

Expandable UITableview inner tableview height not increasing

Hi i am trying to implement Expandable UITableview which expands a cell and has a tableview inside. when I reload the inner tableview with default from outer table view, after setting the contents, only partial part of the inner tableview is…
Mohanraj
  • 587
  • 4
  • 21
0
votes
0 answers

How to decrese the height of ViewController from the bottom when i untap the HeaderView?

How to decrese the height of ViewController from the bottom when I untap the HeaderView i.e. "Discounts and Cashbacks", "Product Description" and "Instructions". When we tap these 3 header views then automatically set the height of view controller…
Bar Uncle
  • 1
  • 3
0
votes
3 answers

Expandable Tableview with last row of every section has Add Button - Swift

I struck in tableview. I need tableview of collapse and Expand looks like Below, ]2 I need to add 2 buttons for last row of every section. Could you guide me how to design the below design in ios swift?
suneel
  • 57
  • 8
0
votes
1 answer

How to give space between section and row of UITableView after expanding the tableview and remove space after collapse of tableview

I am designing a uitableview with multiple sections and row in that section i have expand and collapse functionality for that.Now when the row is expanded I have give space between row and section like below image. here is my code for expand and…
0
votes
2 answers

UIButton inside expandable UITableViewCell doesn't dissapear

I have UITableViewCell that becomes invisible by setting its height to zero: func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { return isCollapsed ? 0 : 50 } Inside that cell I constraint every view from…
RealNmae
  • 630
  • 9
  • 20
0
votes
1 answer

Displaying data in expandable/collapsible UITableView from JSON (objective-c)

I've a requirement of displaying data from web service in an expandable table view up to 2 levels. While this is possible with static data, I am unable to find a way to make this work with data retrieved from backend. An example of this in Postman…
0
votes
1 answer

How to apply multiple arrays in expandable tableview in ios

Hi i have tried to apply multiple arrays in expandable tableview. but when i run my code it's showing exception. exception:'Invalid update: invalid number of rows in section 1. The number of rows contained in an existing section after the update…
user5102362
0
votes
2 answers

Expandable table view cell using auto layout is not working?

I tried to replicate the expandable tableview cells using this tutorial I will show what I have done and point out what am I missing here?!! I'm stuck here. It would be helpful if you point out the step I miss!! TableviewController class…
0
votes
1 answer

How to search from a data table with an expandable row in primefaces?

I have a drop down menu where if I select a name category it shows the respective data table with expanding row option. I want to search as a global way but it does not filtering anything. My managed bean name is showTerm. The category shows: Asian…
Shimu
  • 45
  • 6
0
votes
2 answers

How to change Button image added to UITableview section header in ios

Here is my code - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; [button setImage:[UIImage imageNamed:@"Add_plus_iCon_iphone_4s"]…
srinitha
  • 119
  • 10
0
votes
1 answer

Expandable table view in HTML

I am building a dynamic table that fetches and displays data from database, the structure of table looks like this …
user5237884
0
votes
1 answer

jExpand.js Expandable tables

In the head i have these files only: ... Expand.js has only got this inside: (function ($) { $.fn.jExpand = function () { var element = this; …
Jack H
  • 324
  • 1
  • 3
  • 15
1 2
3
Title Skill Area