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...")
 
Line 15: Line 15:
  
  
See also: [[Tables]]
+
==See also==
 +
*[[Collapsible elements]]
 +
*[[Tables]]

Revision as of 08:02, 1 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