Tables
Interactive tables - sorting
Learn how to make a table sortable. Users will be able to click on table columns to sort tables the way they want. You’ll use a jQuery plugin to do the work.
Styling tables
Learn how to:
- Add spacing around tables and cells.
- Add borders and background colors.
- Style a table’s header and footer separately from its body.
- Add striping using jQuery.
Basic tables
Learn to create a basic HTML table, and add a header and footer.
A page with tables
Learn how to create tables, style them, and let the user interact with them using jQuery.