Table Style Examples: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) |
Lars.kurth (talk | contribs) |
||
| Line 31: | Line 31: | ||
|} |
|} |
||
You can use this attribute with other table styles. |
You can use this attribute with other table styles. |
||
{| class="prettytable sortable" |
|||
|- |
|||
! Fruit !! Price |
|||
|- |
|||
| Apples || £0.95 |
|||
|- |
|||
| Oranges || £0.85 |
|||
|- |
|||
| Pears || £1.15 |
|||
|} |
|||
== class <em>wikitable</em> == |
== class <em>wikitable</em> == |
||
Revision as of 10:48, 23 June 2013
This page contains examples of our table styles
class prettytable
| Shopping List | |||||
|---|---|---|---|---|---|
| Bread & Butter | Pie | Buns | Danish | Croissant | |
| Cheese | Ice cream | Butter | Yogurt | ||
class sortable
When a list of entries is included in a table on a page, you can use JavaScript to make the table 'sortable'. To do this, just add the "sortable" class to the table declaration:
| Fruit | Price |
|---|---|
| Apples | £0.95 |
| Oranges | £0.85 |
| Pears | £1.15 |
You can use this attribute with other table styles.
| Fruit | Price |
|---|---|
| Apples | £0.95 |
| Oranges | £0.85 |
| Pears | £1.15 |
class wikitable
| Shopping List | |||||
|---|---|---|---|---|---|
| Bread & Butter | Pie | Buns | Danish | Croissant | |
| Cheese | Ice cream | Butter | Yogurt | ||
class zebra
| Shopping List | |||||
|---|---|---|---|---|---|
| Bread & Butter | Pie | Buns | Danish | Croissant | |
| Cheese | Ice cream | Butter | Yogurt | ||
