Top "Html-table" questions

As it relates to HTML, tables are used to display data in a tabular fashion.

Delete all rows in an HTML table

How can I delete all rows of an HTML table except the <th>'s using Javascript, and without …

javascript html html-table
Giving a border to an HTML table row, <tr>

Is it possible to border a table row, <tr> in one go instead of giving a border to …

html css border html-table
jQuery table sort

I have a very simple HTML table with 4 columns: Facility Name, Phone #, City, Specialty I want the user to be …

jquery sorting html-table
jQuery append and remove dynamic table row

I can add many rows for a table, but I can't remove many rows. I only can remove 1 row per …

javascript jquery html-table tablerow dom-traversal
Html table tr inside td

I am trying to create a table in HTML. I have the following design to create. I had added a &…

html html-table
CSS table-cell equal width

I have an indeterminate number of table-cell elements inside a table container. <div style="display:table;"> <div …

html css html-table
clear table jquery

I have an HTML table filled with a number of rows. How can I remove all the rows from the …

jquery html-table
How can I let a table's body scroll but keep its head fixed in place?

I am writing a page where I need an HTML table to maintain a set size. I need the headers …

javascript html css html-table
Convert JSON array to an HTML table in jQuery

Is there a really easy way I can take an array of JSON objects and turn it into an HTML …

javascript jquery json ajax html-table
Padding a table row

<html> <head> <title>Table Row Padding Issue</title> <style type="text/…

html css html-table row padding