AHA Centre - The ColumnAHA Centre - The Column

  • HOME
  • VOL 80
  • VOL 79
  • VOL 78
  • VOL 77
  • VOL 76
  • VOL 75
  • VOL 74
  • VOL 73
  • VOL 72
  • VOL 71
  • VOL 70
  • VOL 69
  • VOL 68
  • VOL 67
  • VOL 66
  • VOL 65
  • VOL 64
  • VOL 63
  • VOL 62
  • VOL 61
  • VOL 60
  • VOL 59
  • VOL 58
  • VOL 57
  • VOL 56
  • VOL 55
  • VOL 54
  • VOL 53
  • VOL 52
  • VOL 51
  • VOL 50
  • VOL 49
  • VOL 48
  • VOL 47
  • VOL 46
  • VOL 45
  • VOL 44
  • VOL 43
  • VOL 42
  • VOL 41
  • VOL 40
  • VOL 39
  • VOL 38
  • VOL 37
  • VOL 36

Style – Tables

Default styles

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

Optional classes

Add any of the following classes to the .table base class.

.table-striped

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-bordered

Add borders and rounded corners to the table.
# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-hover

Enable a hover state on table rows within a <tbody>.
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-condensed

Makes tables more compact by cutting cell padding in half.
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

Optional row classes

Use contextual classes to color table rows.
Class Description
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
# Product Payment Taken Status
1 TB – Monthly 01/04/2012 Approved
2 TB – Monthly 02/04/2012 Declined
3 TB – Monthly 03/04/2012 Pending
4 TB – Monthly 04/04/2012 Call in to confirm
...
  <tr class="success">
    <td>1</td>
    <td>TB - Monthly</td>
    <td>01/04/2012</td>
    <td>Approved</td>
  </tr>
...

Supported table markup

List of supported table HTML elements and how they should be used.
Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labelsMust be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers
<table>
  <caption>...</caption>
  <thead>
    <tr>
      <th>...</th>
      <th>...</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>...</td>
      <td>...</td>
    </tr>
  </tbody>
</table>

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Vol 81 – INTERVIEW WITH DIPO SUMMA RESOURCE MOBILISATION MANAGER AT THE AHA CENTRE

    ...
  • Vol 81 – INTERVIEW WITH LACER RISK ASSESSMENT EXPERT DR. EMMANUEL RAJU

    ...
  • Vol 81 – 17TH MEETING OF THE AHA CENTRE GOVERNING BOARD

    ...
  • Vol 81 – THE 2ND ASEAN JOINT DISASTER RESPONSE PLAN WORKSHOP

    ...
  • Vol 81 – THE 2ND AHA CENTRE INFORMATION MANAGEMENT NETWORK (AIM-NET) MEETING AND WORKSHOP

    ...

Recent Comments

    Archives

    • December 2022
    • March 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • April 2021
    • March 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • May 2020
    • April 2020
    • March 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • July 2019
    • May 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • September 2018
    • August 2018
    • July 2018

    Categories

    • AHA Centre Diary 1
    • AHA Centre Diary 2
    • AHA Centre Diary 3
    • AHA Centre Diary 3
    • Highlight
    • Insight
    • Insight
    • Monthly Disaster Outlook
    • Partnership
    • The Other Side

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Featured Posts

    • Vol 81 – INTERVIEW WITH DIPO SUMMA RESOURCE MOBILISATION MANAGER AT THE AHA CENTRE

      0 comments
    • Vol 81 – INTERVIEW WITH LACER RISK ASSESSMENT EXPERT DR. EMMANUEL RAJU

      0 comments
    • Vol 81 – 17TH MEETING OF THE AHA CENTRE GOVERNING BOARD

      0 comments
    • Vol 81 – THE 2ND ASEAN JOINT DISASTER RESPONSE PLAN WORKSHOP

      0 comments
    • Vol 81 – THE 2ND AHA CENTRE INFORMATION MANAGEMENT NETWORK (AIM-NET) MEETING AND WORKSHOP

      0 comments

    ASEAN Coordinating Centre for Humanitarian Assistance on disaster management

    TOP