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
52
votes
8 answers

UITableViewCell checkmark change on select

Am I correct in thinking that to change the checkmark for "on" to "off", I must change the CellAccessoryType between none and checkmark on the didSelectRowAtIndexPath? Because I have done this but I have noticed the behaviour is not perfectly…
Jonathan.
  • 53,997
  • 54
  • 186
  • 290
38
votes
13 answers

How to add CheckBox's to a TableView in JavaFX

In my Java Desktop Application I have a TableView in which I want to have a column with CheckBoxes. I did find where this has been done http://www.jonathangiles.net/javafx/2.0/CellFactories/ but as the download is not available and because I don't…
Dorothy
  • 2,842
  • 10
  • 33
  • 46
33
votes
2 answers

Using display:table-cell without table-row

I recently noticed that it is possible to use display: table-cell; on an element without surrounding it with an element using display: table-row; Example (working in IE, Chrome, FF, Safari, Opera):
squarebrackets
  • 987
  • 2
  • 12
  • 19
18
votes
1 answer

Cannot get border to differ from side-to-side or up-and-down in TableCell javafx 2

I am trying to create a schedule interface within javafx 2+, and I am having trouble getting the TableView to contain TableCells that look like conjoined components. The first thing that I tried was to use background colors and borders, however, I…
user1352550
  • 181
  • 1
  • 1
  • 3
17
votes
4 answers

Is there a disadvantage of using `display:table-cell`on divs?

What I am trying to accomplish is having a fixed-width first div and a fluid second div which will fill up the rest width of the parent div's width.
some content
Sinan
  • 11,443
  • 7
  • 37
  • 48
13
votes
4 answers

Remove border in each table cell in swift

I would like to remove border bottom line of each Question table rows. Another thing is that I would like to remove the left padding space in each row. How to implement it in swift iOS 9.0 .
May Phyu
  • 895
  • 3
  • 23
  • 47
11
votes
1 answer

How to count table cells in a row with JQuery?

I have an image gallery with say 39 number of images. Two buttons prev and next and in the middle a counter. Images are inside a table and 6 of images are shown. When the user presses next button 6 visible images go up and 6 others show. I want to…
aygeta
  • 429
  • 3
  • 7
  • 17
11
votes
3 answers

Last td on new line?

I converted some tabular data from word for a client:

SPAGHETTI – Deeg voorgerechten

SPAGHETTI AL PESCATORE €11.50

Zeevruchten in speciale…

bopjesvla
  • 755
  • 4
  • 15
  • 22
10
votes
4 answers

How to delete cell contents in Word with VBA?

I've looked at the documentation for table cell objects and selection objects in VBA, and I didn't see any way to delete cell contents in Word while retaining the cell itself. It looks like doing so is easy in Excel, and next to impossible in…
jeremiahs
  • 3,985
  • 8
  • 25
  • 30
10
votes
1 answer

javafx create ComboBox TableCell

I'm trying to create a custom TableCell in my TableView. I'd like it to display a ComboBox where I can choose a String value, and then display the String value as if it was an user input. The idea is that ths user doesn't know which are the allowed…
Jerome
  • 1,225
  • 2
  • 12
  • 23
9
votes
1 answer

How to subclass custom Cell class with xib in swift

I got stuck with simple issue and can't find any solution. MyCell.xib has fileowner MyCell : UITableViewCell class. I use it like that: viewDidLoad method: let nib = UINib(nibName: "MyCell", bundle: nil) self.tableView.register(nib,…
John Kakon
  • 2,531
  • 4
  • 24
  • 28
9
votes
1 answer

WPF - How to create a style that applies styles to child types

I'm trying to get a style to apply another style to elements of a certain type. Similar to CSS where you would do div a { background-color:red; } To apply a red background to all elements that are contained by
Slight
  • 1,541
  • 3
  • 19
  • 38
8
votes
2 answers

JavaFX 2: Get TableCell Row Index

I have a Table with checkboxes. I want to change the selection of the checkbox in the first column when I click on the checkbox in the third or fourth column. I want to be able to change the other cells on the same row. I already have the columns so…
Dorothy
  • 2,842
  • 10
  • 33
  • 46
7
votes
1 answer

OpenXML nested tables

I am trying to insert a Table into a TableCell, but when I try to open it in MS Word I get a message like: "a

is required before a ". When I open the file in compatibility mode the table formatting looks perfect but the table lines are…

flayn
  • 5,272
  • 4
  • 48
  • 69
6
votes
5 answers

JQuery DataTables Merge Same Row Data

I'm using Jquery DataTables.net. I want to merge duplicate value on data table, example I have: -------------------------------------------- A | 1 | 2 -------------------------------------------- A …
Jemru
  • 2,091
  • 16
  • 39
  • 52
1
2 3
25 26