Questions tagged [table-footer]

31 questions
0
votes
3 answers

a trouble about UITableFooterView

After add a footerview to the tableview, if the table has one cell only , the footer displays a little high just at the bottom of the cell. How to make it display at the foot of the tableview no matter how many cells the table has?
0
votes
2 answers

DataTables footerCallback - conditional on another cell

I'm trying to implement a footerCallback in DataTables that computes a conditional sum of each column, based on a cell that's in a different column in the same row. Here's a demo of my setup: https://jsfiddle.net/rantoun/552y9j90/13/ HTML:
nkbved
  • 79
  • 3
  • 11
0
votes
1 answer

Creating a table footer line to display results 1 to n

Let's say I had a table with 100 results in it. How would i use JS to add a footer line to the table that contains something like: Displaying results 26-50 out of 100 And then have something like: Page: 1 2 3 4 I'd like to be able to just click on…
Matthew Sirkin
  • 93
  • 2
  • 14
0
votes
1 answer

UITableViewController Bottom Static Cell Space

I'm having a hard time removing the space at the bottom of a UITableViewController with static cells. I only have one section. I thought it was the tableview footer at first but now I'm thinking that it is just because the last cell's height isn't…
dcotter
  • 312
  • 6
  • 22
0
votes
0 answers

Devexpress, how to add Button to SummaryItem

I have grid with SummaryItem. It is possible to add button there instead of text? I know I can add button to column (gridView1.Columns["col_name"].ShowButtonMode = ShowButtonModeEnum.ShowAlways). If it's not possible, maybe adding some image with…
therko
  • 59
  • 4
  • 17
0
votes
0 answers

DataTables cell selection in a footer

We have a DataTables plugin table with lots of jQuery manipulation built on top of it. We have an 'Insert' row in the footer and would like all of our code to be applied to cells in that row in the same way as cells in the rest of the table. For…
user3281588
  • 92
  • 3
  • 8
0
votes
0 answers

Dynamic footer row prints outside the content area

I'm using LiveCycle Designer ES 8.2.1. I also have a web application injecting data into the report I created with LiveCycle. The basic structure is the following: 1 Master page with 1 page and a content area containing a table filled with a list of…
Sylvain Cloutier
  • 368
  • 1
  • 4
  • 15
0
votes
3 answers

Calculate the sum of gridview column data and store its value in a variable

I am using RowDataBound Event to calculate the sum of a column data. The variable in which i am getting the sum of column values is becoming zero at the end of the rowdatabound event, because its initial value is zero. How can I store the sum of…
Saqib Zaman
  • 3
  • 1
  • 1
  • 3
0
votes
1 answer

Apache-FOP XSL-FO how do I display the table footer on last page only

I have a data table with a table footer (using the tag). The table footer displays the total of the numeric values in one of one the columns (this is a pre-calculated total in the XML, it is not calculated in the XSL stylesheet). …
0
votes
1 answer

MonoTouch add footer

I am trying to add a Footer view with button in my table view. I found this code online public override UIView GetViewForFooter(UITableView tableView, int sectionIndex) { // Write a method to get the proper Section via the sectionIndex var…
User382
  • 864
  • 19
  • 42
0
votes
1 answer

Footer problems

I am currently trying to add links to my footer so that they are displayed from left to right inside the footer. Currently they are being displayed in a list going down the page.
CAC
  • 45
  • 1
  • 3
  • 11
0
votes
1 answer

Sticky UITableView, unnecessary horizontal bar is visible, and I can't scroll to the bottom of the table

I've created a UITableVIew and it is a subview of a UIView. There are three issues that i'm having and it is only occurring on iOS 4 devices: 1) The table doesn't bounce when the view hits either the top or bottom of the table while scrolling. The…
Ankur22
  • 103
  • 3
  • 10
0
votes
1 answer

iOS UITableView: UIView/custom cell at the bottom like in twitter iPad app

I am creating an iPad app using the master-detail template available in Xcode 4.3. My master tableview is acting as a navigation menu for the detail view and the menu items will be fixed. So I basically don't exactly need the scrolling view, thus I…
vikmalhotra
  • 9,981
  • 20
  • 97
  • 137
0
votes
1 answer

Fixed footer of a UItableview. always at the footer position

Im trying to have a footer Fixed at the bottom of a uitableview. it will always be at the bottom, not scrollable with the table cells. It also cant cut out and cells like cover the last cell of a uitable view so one cell will be hidden. I have the…
Airon Zagarella
  • 707
  • 2
  • 11
  • 17
-1
votes
1 answer

how do I have a tableview footer whose height auto increases

I would like to add a label to table footer which will auto increase and footer height also auto increases .How can I achieve this any ideas
Shankar Naik
  • 401
  • 5
  • 16