Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
11k views

android table layout rowspan

I want to build the following layout but it is not working. <LinearLayout android:orientation="horizontal"...> <ImageView ...></ImageView> <TableLayout ...> ...
4
votes
0answers
417 views

Width problem on tables with rowspan on Safari and Chrome [closed]

I have a problem with table cell width on tables with rowspan defined on Safari and Chrome. I don't know if it's a bug or if I'm missing anything. This is the simple HTML code to reproduce it: ...
3
votes
1answer
52 views

jQuery: Removing columns, taking rowspan into account

I have the following example setup http://jsfiddle.net/gibble/srBeB/ What I am trying to do, is remove the first two columns of a table The issue is that the first column, contains cells that have ...
3
votes
3answers
136 views

How to merge cells in php generated table?

I found the solution on this site for displaying a blank cell when the xml array is repeated, but I can't seem to find an answer to merging the blank cells. This is what I'm getting. And this is what ...
3
votes
4answers
365 views

jQuery select visual column in table with rowspan

I have seen a few similar questions but nothing that answers this specific problem. Consider the following table: <table id="foo" border="1px"> <tr> <td ...
3
votes
3answers
939 views

Is there a 'RowSpan = “All”' in WPF

Take for the following for example: <GridSplitter Grid.Row="0" Grid.Column="1" Background="Yellow" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ...
3
votes
4answers
498 views

jQuery to select last cell in a column when using rowspan

I have a table like this: <table> <tr><td>Not This</td><td rowspan="3">This</td></tr> <tr><td>Not This</td></tr> ...
3
votes
2answers
2k views

Table cells bad rendering with Google Chrome/Webkit

on the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL ...
2
votes
2answers
231 views

Dynamically generate a table with specific rowspans in PHP?

I've been racking my brain about an easy way to generate an HTML table with rowspans with PHP that would look like this, numbers indicating each cell's rowspan: Table with 7 total rows I noticed ...
2
votes
2answers
326 views

Table cell height longer than content by default in Firefox

Just so you know, I'm kinda new to html and css and I'm sorry if the question is stupid, but I have a problem that seems simple, and yet I've been searching for a solution for hours and couldn't find ...
2
votes
6answers
144 views

When did colspan and rowspan become available for usage in HTML tables?

A co-worker and I are curious about when colspan and rowspan became available for usage in HTML tables. We tried Google and Wikipedia, but the answer still seems to elude us. I thought it might have ...
2
votes
4answers
1k views

jQuery tablesorter - rowspan in headers causes odd behavior

Example of failure: http://progamonth.com/files/testfile.html Desired Behavior: Ideally, any headers with a colspan shouldn't affect sorting. Right now, they receive sorting buttons, and even if I ...
2
votes
1answer
1k views

jQuery table sort with colspan or rowspan

Hi I'm using tablesorter and have problems with sorting tables that contain rowspan in definition. I've read hints here http://stackoverflow.com/questions/2509690 but solution doesn't work when I ...
2
votes
4answers
254 views

Is a TD rowspan supported in most browsers (including IE6)?

I need to use a table row on my web page with a 'rowspan' set. I'm just concerned that some browsers may struggle with this. Are there any known issues? Or is it safe to use?
1
vote
2answers
86 views

How to correctly specify colname for tables?

My source xml looks like: <TABLE> <ROW> <CELL ROWSPAN="3"> Test </CELL> <CELL ROWSPAN="2"> Test </CELL> <CELL ROWSPAN="1"> Test </CELL> ...
1
vote
2answers
101 views

create html table with rowspan from mysql table with one query?

Is my first post here, so first of all, I want to say hello to all. So,I have a question. Let`s say I have a relational table "ClientInvoices" with this structure: id | id_client | id_invoice 1 ...
1
vote
3answers
51 views

How does one have rowspan in UITableView?

How do I build the following view? I want to build a form using a standard UITableViewController, but I need to have an image that spans the first two rows. Rows have text in them (not pictured). ...
1
vote
0answers
146 views

jquery plugin Datatable :using rowspan in tbody causes wrong

i am using one jquery plun-in called datatables: http://www.datatables.net/ i want to relize this format using rowspans: but the plugin doesnt support rowspan in tbody <td id = "greater" ...
1
vote
0answers
47 views

yui rowspan usage or alternative

I have to do the following UI using YUI: In one pannel, I have the restaurant orders (One entry per order) . In another pannel, I need to show the order items associated with that order. I want to ...
1
vote
3answers
78 views

Rowspan arrangement with coprime numbers

I have data (A, B1, B2, C1, C2 and C3) that I'd like to put in a table like this : +----+----+----+ | | B1 | C1 | | +----+ | | A | B2 +----| | +----+ C2 | | | B3 | | ...
1
vote
1answer
53 views

Playing with rowspans; how are table cells placed?

I am trying to create brackets using tables and I've done all the calculations for the rowspan heights for all the cell elements, but I'm having trouble with how it keeps placing the cells into the ...
1
vote
1answer
173 views

How to set rowspan using PHPExcel library for pdf with table?

I want to generate a PDF file with a report as a table. I need to set rowspan. How can I do this?
1
vote
1answer
81 views

SQL server 2000, return number of cells with the same values

1 1 1 2 2 2 2 3 for example i have the following data in a table, now i want to count rows with the same values so that i will have 1 = 3 (cells with the value of 1 returns a count of 3) 2 = 4 ...
1
vote
1answer
815 views

Rowspan with iTextSharp doesn't work properly

Good day, I'm trying to create a simple table with iTextSharp, so with c#. The goal is a table like this one: http://i.stack.imgur.com/US8N3.png The problem is that if I apply the rowspan as 2 on ...
1
vote
1answer
329 views

HTML: how can you create a row/collspan like this? (example included for clearity)

i want a specific sort of coll span like this C stands for Row/Coll-spanned |-------| | | C | |-------| | C | C | |-------| for more clarity this is the code of a simple coll-span and image ...
1
vote
1answer
1k views

itextsharp: rowspan doesn't work

i have some problems with rowspan: var doc1 = new Document(); doc1.SetPageSize(PageSize.A4.Rotate()); string path = Server.MapPath("PDFs"); PdfWriter.GetInstance(doc1, new ...
1
vote
1answer
885 views

Rowspan when <a> element is clicked with Jquery?

I was trying to get this with divs and css, but I was advice to do it with JQuery and tables instead. The case is that I am trying to make a two rows table with 5 cells in first row and 4 on second. ...
1
vote
2answers
1k views

Simulating rowspan with css and divs?

Hi I am trying to simulate the rowspan property on css using divs and tags, so it can be changed on a:active = double height, but at the moment it grows from two rows to three rows. It only works ...
1
vote
4answers
352 views

What is the most efficient way to retrieve the column index for rows affected by “rowspan”?

Consider the following table: <table> <thead> <tr> <th scope="col" /> <th scope="col">A</th> <th ...
0
votes
1answer
47 views

How to get the number of columns in a colspan/rowspan table header

I have a table header with two rows and several rowspans" and a colspans cells, like so: <table> <thead> <tr> <th rowspan="2">Company</th> <th ...
0
votes
0answers
43 views

Alternate Table Row Colors with Multi-level Rowspans

This has been asked before, but the answer that was accepted and worked for most people doesn't actually work 100% when you get into more complex tables. Check out the original post here: Alternate ...
0
votes
2answers
40 views

create a table out of Divs

I faild to make complex tables out of div's the max thing is this way . http://snook.ca/archives/html_and_css/getting_your_di but it help only in simple tables so can anyone make this as div's : ...
0
votes
1answer
39 views

Using Rowspan on table, Last row behaviour across browsers

So I have a table, like the below <table> <tbody> <tr> <td rowspan="4"> <img src="ImageofProduct.jpg" /> </td> ...
0
votes
0answers
83 views

How to use rowspan in MVC-Razor, without javascript?

How can I merge cells in a table using rowspan inside a Razor view? Without using javascript/jQuery. The table's source is an IEnumerable. Some of the items in the source will have the same value in ...
0
votes
1answer
93 views

Merging row in gridview control

I need to merge two rows asp.net gridview control in the runtime. Any suggestion?
0
votes
1answer
119 views

How to rowspans and vertical alignment?

I'm trying to make a row layout with 2 columns like in this image http://oi56.tinypic.com/1z2g9k9.jpg Summary The goal is to have 2 columns. The right column has a rowspan of 2 so that the icon ...
0
votes
1answer
179 views

Firefox rowspan problem

I need some help with rowspan in firefox. I need 1 big cell and 30 rows (7 cells per row) of smaller cells next to the big one. It works exactly as I want in Chrome, but FF stretchs all smaller cells ...
0
votes
1answer
179 views

Rowspan for rows (not for headers) in DOJO grid…

I have a scenario where i need to group the cells alone (not for the headers). eg... A A1 1 A A2 2 A A3 3 A A4 4 B B1 1 B B2 2 B B3 3 B B4 4 In the above table, instead of having 4 A's and 3 B's in ...
0
votes
1answer
371 views

IE setting row height not working when using rowspan

Just wondering why the following HTML doesn't work. Basically when ever I set rowspan on a tables row, IE seems to ignore the the heights that i've set: <table border="1" cellpadding="0" ...
0
votes
0answers
95 views

Drag table cells of different rowspans

Given a table with cells which may span over multiple rows, I would like to find a way to dynamically interchange the positions of some cells in the table. For example, if I have a cell which spans ...
0
votes
2answers
944 views

I need help with android ROWSPAN and LIStACTIVITY within a Cell of Table Layout

I need to span multiple rows at the left most column for a particular layout. in 1 column i want text to be written verticdally and it spans atleast 4 to 5 rows with the same text. Kindly suggest ...
0
votes
0answers
544 views

How to rowspan records in jqgrid [closed]

How can I use rowspan in jqgrid..? Anyone can help me..?
0
votes
1answer
168 views

Cross-browser consistent row scaling

Let's say I have a table of two columns an three rows. Now, In the left column I have content in every row, but in the right one I put a <textarea> element with rowspan="3". <table> ...
0
votes
2answers
644 views

How to header rowspan and colspan?

I think that SlickGrid is best jquery grid. I need header rowspan/colspan feature. But i cant find example. Is not yet span feature in SlickGrid ? And, I find the SlickGrid API or Document. ...
0
votes
1answer
189 views

rowspans and colspans in html email

Can rowspans and colspans be safely used when designing table-based HTML emails? I have been told that they don't display correctly in Outlook 2007 and that tables must be nested in order to provide ...
0
votes
1answer
464 views

Calculating rowspan and colspan for html table (Algorithm)

I have been working about 18 hours and I became a zombie.. And I can't figure out this problem without your help.. Project I am working on a pdf to epub converter application what converts pdf files ...
0
votes
2answers
301 views

Incorrect Internet Explorer 8 colspan interpretation?

This HTML table is being misinterpreted by some browsers, and I cannot understand why : Chrome and Outlook display the rendering I expect, where the 2nd cells of the 2nd and 3rd lines pass over the ...
0
votes
2answers
480 views

HTML table rowspan or colspan issue?

We need to design a webpage layout. Using table we can divide layout into six zones (cells) as shown below: ZONE 1 ZONE 2 ZONE 3 ZONE 4 ZONE 5 ZONE 6 Now, it is possible to merge ZONE 2, ZONE 5 ...
0
votes
3answers
183 views

Combining Rows in Javascript

I'm looking for some help on the javascript angle of this problem. I have a table that goes like... <table> <tbody> <tr> (Row 1) <td colspan="3"> <p>This Says ...
0
votes
2answers
1k views

Rowspan or nested? Create a table itextsharp

I've been searching about how to merge two cells and I've found two answers Rowspan and Nested. I can't make my table with those two functions because I don't know how to merge cells at the begining ...

1 2