Difference between revisions of "Tables - Aligning, sortable, collapsible"

From Sun Myung Moon Archive
(Created page with "{{Concise}} To make them sortable, first line should be: <code><nowiki>{| class="wikitable sortable"</nowiki></code> To make them sortable and collapsible, first line should...")
 
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
  
  
See also: [[Tables]]
+
==See also==
 +
*[[Collapsible elements]]
 +
*[[Tables]]
 +
 
 +
[[Category:Tables help]]

Latest revision as of 09:25, 2 July 2015

Help(6 C, 4 P, 9 F)



To make them sortable, first line should be: {| class="wikitable sortable"

To make them sortable and collapsible, first line should be: {| class="wikitable sortable collapsible"

Aligning texts in top of cells

Code =

|- valign="top"

Wiki tables align text in top of cells.JPG


See also