2,534
edits
Lars Krause (talk | contribs)  (Created page with "A table that is sortable is identified by arrows to the right of the header in a header cell. A sortable table may be sortable by one or more columns in the table. Clicking an...")  | 
				Lars Krause (talk | contribs)   | 
				||
| Line 6: | Line 6: | ||
{|class="wikitable sortable"  | {|class="wikitable sortable"  | ||
!  | !Header 1!!Header 2!!Header 3!!Header 4  | ||
|-  | |-  | ||
|1||b||a||300  | |1||b||a||300  | ||
| Line 14: | Line 14: | ||
|3||c||c||100  | |3||c||c||100  | ||
|-  | |-  | ||
|  | |1||a||c||100  | ||
|-  | |-  | ||
|  | |2||b||a||200  | ||
|-  | |-  | ||
|  | |3||c||b||300  | ||
|}  | |}  | ||
[[Category:Manual]]  | [[Category:Manual]]  | ||