Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

295
votes
11answers
217k views

Add table row in jQuery

What is the best method in jQuery to add an additional row to a table as the last row? Update Is this acceptable: $('#myTable').append('<tr><td>my data</td><td>more ...
76
votes
14answers
39k views

Word-wrap in a html table

I've been using word-wrap: break-word to word wrap text in divs and spans, but it doesn't seem to work in table cells. I have a table set to width:100%, with one row and two columns. Text in ...
56
votes
13answers
34k views

CSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?

Edit - Original Title: Is there an alternative way to achieve border-collapse:collapse in CSS (in order to have a collapsed, rounded corner table)? Since it turns out that simply getting the table's ...
51
votes
10answers
71k views

What is the best way to remove a table row with jQuery?

What is the best method for removing a table row with jQuery?
49
votes
8answers
34k views

jQuery - How to Use slideDown (or show) function on a table row?

I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the layout. Any ideas ...
14
votes
8answers
13k views

How do I specify in HTML or CSS the absolute minimum width of a table cell

Summary What's the best way to ensure a table cell cannot be less than a certain minimum width. Example I want to ensure that all cells in a table are at least 100px wide regards of the width of ...
10
votes
3answers
3k views

Can we solve the table row background image problem, in chrome, in multi celled tables?

It is frequently asked – but I haven’t seen a good answer yet (and I looked). If you set a background image in CSS to a table row- the image will repeat itself in every cell. If you set the position: ...
7
votes
7answers
2k views

How to create zebra stripes on html table without using javascript and even/odd classes generation?

I want to zebra-stripe a html table without using any js stuff or writing server-side code to generate even/odd classes for table rows. Is it ever possible to do using raw css?
7
votes
1answer
8k views

Table layout problem - Firefox versus Chrome and IE7

I'm trying to layout an HTML table (it's tabular data) and it is rendering differently in Firefox 3.5 and Chrome 2.0.172 (EDIT and IE7 - which renders the table like Chrome does). I have the table ...
6
votes
1answer
281 views

Export Html Table to excel and keep css styles

I'm using excel web queries to export an html table (mvc view) to excel. How do I get it to carry across the css styles? If I set class="redLabel" it doesn't interpret that and make the label red. I ...
6
votes
4answers
2k views

Internet Explorer 9 tables rendering casual problem

My website has always run smoothly with IE8, IE7, FF, Chrome and Safari. Now I'm testing it on IE9 and I'm experiencing a strange problem: in some pages, some tabular data renders incorrectly. The ...
6
votes
6answers
3k views

How to get table cells evenly spaced?

I'm trying to create a page with a number of static html tables on them. What do I need to do to get them to display each column the same size as each other column in the table? The HTML is as ...
5
votes
3answers
135 views

HTML specify print pages?

I am making a table of data that needs to printed out. I want the header to be at the top of each page. SO I am thinking the best way to do this is to repeat the header maybe every 30 columns or so, ...
4
votes
7answers
475 views

Fixed html table header while scrolling

I have the following table structure: <table> <thead> <tr> <th colspan="4">Current</th> <th colspan="4">New/Requested</th> ...
4
votes
5answers
141 views

How to achieve table's centering capabilities without tables

For me, one of the most useful features of tables is that their width adjust to its content. You can very easily do things like: <table align=center style="border: 1px solid black"> ...
4
votes
6answers
694 views

Things you can draw with HTML tables

So I was watching a talk by Google's Marissa Mayer about speeding up Google's pages. They found that a shopping cart icon increased load time by 2%, and users then searched 2% less. They managed to ...
4
votes
2answers
3k views

jQuery - Finding the row number of the current select element within its change handler

I have a table. In this table have select element. How can I find in which table row is select element, from within the select's event handler: $('#selectElemID').live('change', function(){...}); ...
4
votes
6answers
786 views

create a dictionary or list from string(HTML tag included) in C#

A have a string like this: string s = @" <tr> <td>11</td><td>12</td> </tr> <tr> <td>21</td><td>22</td> ...
4
votes
1answer
297 views

How do I remove a column from a table in beautifulsoup (Python)

I have an html table, and I would like to remove a column. What is the easiest way to do this with BeautifulSoup or any other python library?
4
votes
2answers
592 views

How do I convert this HTML-table layout solution to floating-div solution?

I often need to list items with various-sized images on the left and text on the right, like this: For 17 years, I have solved this with HTML tables, like this: <html> <style> ...
4
votes
6answers
345 views

convert html pages to pdf

Im just imagining what the things I can do to make a pdf file out of my localhost files(.php). I tried using the online conversion tools but it didnt work because they're not on the web definitely. ...
3
votes
2answers
116 views

C# attributecollection.add Apostrophe

i have a problem. These are my code lines: HtmlTableRow row = new HtmlTableRow(); row.Attributes.Add("style", "cursor: pointer;"); row.Attributes.Add("onClick", string.Format("toggle('{0}');", ...
3
votes
2answers
774 views

Why text-align doesn't work in colgroup?

What is wrong with this XHTML 1.1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html><body><table> <colgroup> ...
3
votes
4answers
306 views

Why does this html table definition not validate?

I'm getting this W3C HTML validation error: end tag for "table" which is not finished for this code: <table id="myTable"> </table> This is my DOCTYPE: <!DOCTYPE html PUBLIC ...
3
votes
6answers
1k views

problem with the table width in IE?

I am using table to display a set of data, my HTML code goes here... <table border="1" cellspacing="0" cellpadding="0" style="width: 780px;"> <tbody> <tr> <td ...
3
votes
2answers
379 views

jquery: ordinal of td inside tr

I have a row in an html-table that contains only images. (this happens to be the first row too). Those images are wired for a click event too. While trying to handle the click event I can find out its ...
3
votes
2answers
2k views

c# create thead and tbody

Can anyone tell me how to dynamically create thead tbody tags in my c# code? private void MakeTable() { Table tb = new Table(); TableRow tr = new TableRow(); TableCell td = new ...
3
votes
2answers
458 views

How do I build a HTML table from Glazed List?

Lat week I downloaded the Glazed List library into eclipse. I have been looking through the tutorials and it seems that everything is designed to run jTable or SWT. I am need a backing list(Map, ...
2
votes
4answers
58 views

invalid column width

I have a table with 3 columns where the third column is larger by 6 then the other columns. Here is my example. Why does the third column has the same size as the other? Update: I added another ...
2
votes
4answers
59 views

Looping through table rows with Javascript/Jquery

So what I'm trying to do is get the last row of an HTML table. If this row then has a certain class I will ignore this row and select the previous one. This would then be cycled through from the end ...
2
votes
3answers
69 views

focus a table cell on click - jquery

I have an HTML table, when any cell is clicked, I want to highlight that cell using css, until another cell is clicked I thought, I will set focus for that cell and set css for focus but its not ...
2
votes
5answers
41 views

HTML Tables - how can I make all cells other than the last always be wide enough?

I have a table like this: <table> <tbody> <tr> <td>someArg:String</td> <td>&ndash;</td> <td>This is ...
2
votes
2answers
53 views

HTML Tables vs Lists for form inputs

Everyone knows that you should be only using tables for semantic purposes, to markup tabular data. I personally use ordered lists to markup form inputs. However I have seen arguments pro using ...
2
votes
1answer
47 views

Is it semantically correct to have an action button column in an html table?

Say you have some tabular data you want to display, as well as allow the user to perform some action on a row. Is that semantically correct to have an "action" column? (could be "edit", "vote", or ...
2
votes
2answers
323 views

Vertically rotate text inside an HTML table header cell

I am using the following css to rotate the text inside table header cells but the header cells is of the same width as if the text were horizontal.How can I just rotate the text and the width will ...
2
votes
1answer
87 views

Html Table alignment right

-------------------------------- | item a item b | | item c item d item e | --------------------------------- | item a item b | | item c item d item ...
2
votes
1answer
108 views

jQuery re-ordering table columns

I've found various solutions that work for rows, and various solutions that work for plain-table columns, but I need a solution that allows me to drag/drop the headers of columns where colspan>1. For ...
2
votes
5answers
238 views

NOT_FOUND_ERR when appending to table using jQuery

I did find several questions concerning the NOT_FOUND_ERR: DOM Exception 8 error in combination with jQuery, but they did not happen in a scenario like mine and as such they did not provide a ...
2
votes
1answer
42 views

How to prevent table header from adding linefeed?

I have a table in which the tableheader contents are creating linefeed when its long... <th>Accounting Date Time (hh:mm): </th> What happens is that after the word Date, the rest of the ...
2
votes
5answers
88 views

HTML Table Question

When you create a basic HTML table everything seems to stay in center of the table. I don't want this how can i stop this from happening? I wish to use a 2 column html table one for column for a ...
2
votes
2answers
731 views

Table vertical header?

How can i make the table header appear on the left side of the table as a column instead on the top as a row? I have this markup: <table> <thead> <tr> ...
2
votes
2answers
224 views

raw json to html table format

I want to display raw json in tabular format, I have seen jquery plugins but that need heading/labels to display, In my case, its not predefined ( means anything possible in json). How can I display ...
2
votes
5answers
1k views

conditional formatting of html table cells

Are there any out of the box solutions to have conditional formatting of HTML tables? With conditional formatting I am more interested in having different colors as cell background depending on the ...
2
votes
5answers
760 views

how to create html table in php

I have the following snippet of code that basically uses explode to split out these values: <?php $data=array(); $Inputfile = file("prod.txt"); foreach ($Inputfile as $line){ $pieces = ...
2
votes
6answers
71 views

Which html element is semantically most appropriate for displaying a group of emails?

I have a group of emails (I hesitate to use the word list, as it may prejudice you answers), which I want to display in a tabular manner with columns of Subject, Content, Date, Action (whose value may ...
2
votes
1answer
3k views

jqGrid: Enable paging while converting HTML table to grid

Been googling all this while on how to convert an html table to something pagable and sortable, and I have stumbled across jqGrid jquery plugin. I've learned so far that we have to call tableToGrid() ...
2
votes
3answers
243 views

to drag drop table rows using javascript?

i am using a HTML table to show data, and i want that user can darg and dorp the table rows to sort the data as per there need. the HTML code for the table... <table id='datagrid'> ...
2
votes
2answers
256 views

How can I style normal html tables (or ASP tables) like the rest of the RadGrid in my website?

I'd like to have a normal table to look like RadGrids, is there an easy way I can use the RadGrid styles (keeping theming in mind)?
2
votes
2answers
2k views

CSS Equivalent of Table Rowspan with Fluid Height

I'm trying to accomplish the following using CSS: <table border="1" width="300px"> <tr> <td rowspan="2">This row should equal the height (no fixed-height allowed) of the 2 rows ...
2
votes
1answer
768 views

JQuery data grid with sort, items, columns drag&drop. Is there any?

JQuerry data grid with items&columns drag&drop, Items sort. Is there any? So I need Dragable\Dropable Items Drag and drop sorting of table columns Sort Items in columns You can taste how ...

1 2 3 4