Top "Cell" questions

A cell is an atomic element within a structure composed of columns and/or rows, such as a table or grid.

GWT CellTable - set column width

Is it possible to set the column width of CellTable in GWT?

gwt width cell
MATLAB: Using textscan and converting cell array in matrix

I have a large csv file (should be around 1 million lines) with option data with the following structure (content is …

arrays matlab csv cell textscan
python docx set table cell background and text color

I am using python 2.7 with docx and I would like to change the background and text color of cells in …

python cell docx python-docx
Get UITableviewCell position from "visible" area or window

I create an iPhone app base on uitableview and uitabbar. On each cell of tableview i have an "add to …

objective-c uitableview position cell
text-align on a table in a cell (<table> inside a <td>)

Here's something I never thought I'd say: I have a problem in Firefox and Chrome, but it's working fine in …

css html-table alignment cell
Table view cell load animation one after another

I need to animate the load of the table view rows. When the table reloads the data I need the …

ios uitableview animation cell
UITableview Scrolls to Top on Reload

I am facing problem in my app - you can post and edit your favorite places. After posting a post, …

swift tableview cell reloaddata
UITableViewCell separator not showing up

I made a custom UITableViewCell in IB, but for some reason, despite the single line option for separator being selected, …

iphone uitableview cell separator
UITableView Detect Selected Cell?

I have multiple UITableViews in my app, is there a method of detecting which cell/row the user has selected …

iphone objective-c ipad uitableview cell
How can I concatenate strings in a cell array with spaces between them in MATLAB?

I want to concatenate (padding with spaces) the strings in a cell array {'a', 'b'} to give a single string …

string matlab whitespace concatenation cell