Questions tagged [tablelayout]

Table Layout is a common presentation design that places components into rows and columns.

Table Layout is a common presentation design that places components into rows and columns.

It normally consists of multiple rows where each row has zero or more cells. Cells may span multiple columns.

It is commonly found in HTML and Android designs.

1382 questions
518
votes
15 answers

Colspan all columns

How can I specify a td tag should span all columns (when the exact amount of columns in the table will be variable/difficult to determine when the HTML is being rendered)? w3schools mentions you can use colspan="0", but it doesn't say exactly what…
Bob
  • 97,670
  • 29
  • 122
  • 130
199
votes
18 answers

How can I create a table with borders in Android?

I use a table layout to display data as table, but I want a table with user-defined columns and rows with borders. Suggestions?
Pinki
  • 21,723
  • 16
  • 55
  • 88
175
votes
21 answers

Multiline TextView in Android?

I did like below in xml
Chatar Veer Suthar
  • 15,541
  • 26
  • 90
  • 154
92
votes
2 answers

How is a CSS "display: table-column" supposed to work?

Given the following HTML and CSS, I see absolutely nothing in my browser (Chrome and IE latest at time of writing). Everything collapses down to 0x0 px. Why?