Questions tagged [tablecell]

Table cell is a column element in HTML Tables which resides under row element '

'. It can be used as header element '' or normal body element ''.

Table cell is a column element in HTML Tables which resides under row element ''. It can be used as header element '' or normal body element ''.

379 questions
-1
votes
1 answer

UITableView Data Source

I am receiving 2 errors. The first I am confused about because everything is inside the {} so I'm not sure where I am going wrong. "Type 'StoriesViewController' does not conform to protocol 'UITableViewDataSource' Clicking fix adds: func…
Paul Drees
  • 73
  • 1
  • 5
-1
votes
1 answer

How to split bootstrap 4 table header column?

I am learning frontend where I am trying to design table. where I want to merge multiple column in single column by dividing into cell like there is bootstrap classes colspan and rowspan but I am unable to design exactly what I am looking for here I…
Nammu
  • 171
  • 1
  • 2
  • 9
-1
votes
1 answer

Javafx tablecell change cursor wait in edit mode

I have created a custom tablecell that changes to edit mode clicking by an option menu over that cell and doesnt change to read only view until the save button is pclicked. Now I have included that process in a thread to change the cursor to wait…
-1
votes
1 answer

Square table cell in a table view

Instead of having table cells that takes the entire width of the screen, I would like to have square table cell, so that I can have maybe 3 or 4 table cells per line. The table cell would also change its size on the vertical dimension. Is it…
2095377
  • 47
  • 2
  • 14
-1
votes
1 answer

Delete Row in a Table View

I recently fixed a few errors I had in this code, but a new one showed up and me and my teacher haven't been able to fix it. It says "expected declaration" How do I fix this? import UIKit class ViewController: UIViewController,…
Alexis
  • 31
  • 5
-1
votes
1 answer

how to add image in table(XSLFTable) cell in powerpoint poi api in java

how to add image in table(XSLFTable) cell in powerpoint poi api in java, we are not able to get the CTBlipFillProperties through poi latest jar poi-3.15.jar how to add image in table(XSLFTable) cell in powerpoint poi api in java, we are not able to…
-1
votes
1 answer

CommitEdit function gets executed on creation of the table

I have a custom editable table cell for my table view. Now, the issue I have is that the commitEdit() function gets executed when the table is created. The issue is that it slows down the program as I'm updating items in my database and every single…
-1
votes
1 answer

Is there a way to make CSS table-cell divs have equal widths?

Right now, I have a set of columns that are styled as display: table-cell in CSS. Each column has a min-width of 280px and a max-width of 360px. The only issue is that I want these columns to be equally-sized. That is, I want the columns to each be…
Jason Baker
  • 192,085
  • 135
  • 376
  • 510
-1
votes
1 answer

Adding different alignment and font size to different lines in one TextLabel in TableCell swift

so i'm trying to implement a simple english to farsi dictionary in iOS i'd like to include both words in one table cell, problem is that english is L>R and farsi is R>L, also i'd like to make the farsi word a bit bigger. I created an…
-1
votes
1 answer

Title over an image using Display:Table Cell

I am trying to get a title to display over an image and have it center horizontally and vertically using display:table-cell. A specific example is http://ollymoss.com - how, on hover, the title of each poster comes up and is centered…
-1
votes
1 answer

unrecognized selector sent to instance only sometimes

I am getting the error unrecognized selector sent to instance Which ok should have something to do with let nibName=UINib(nibName: "bankCollectionViewCell", bundle:nil) self.bankCollection.registerNib(nibName, …
techguy
  • 47
  • 2
  • 9
-1
votes
1 answer

want to check only one tablecell at a time in TableView

In the source code below I am able to change my checkmark object value, but at the time of reload data in cellForRowAtIndexPath method it shows old data: //TableView - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { // Return…
Pravin
  • 41
  • 1
  • 7
-1
votes
1 answer

how to display two json array values in single table cell in objective-c

I am new in objective-c and working on ios app where i am parsing json array and displaying it in table cell. I have the problem that i want to display 2 json array values in single cell but i am not getting the values properly, here is my json…
Suhit Patil
  • 11,748
  • 3
  • 50
  • 60
-2
votes
1 answer

ComboBox in TableView without Object - JavaFX

I've searched for a while now explanations on internet about filling cells of a TableView with ComboBox, but each one of them is using lines such as : TableView tableView = new TableView<>(); TableColumn
-2
votes
1 answer

partial show table view cell content swift

I don't know why this issue is happened.Cell Content show partial data. I returned number of rows is section 5. and I used custom view inside table cell content view.
1 2 3
25
26