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: