No edit summary Tag: 2017 source edit |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
==Insert a table== | ==Insert a table== | ||
In VisualEditor, choose "Insert > Tables" to insert a table in a page: | In VisualEditor, choose "Insert > Tables" to insert a table in a page: | ||
[[File:Instert,_Table.png|alt=expanded "Insert" menu of the editor toolbar|center|300x300px|the menu item "Table"]] | |||
[[File:Instert, | |||
After entering the rows and columns, an empty table appears with the edit menu: | After entering the rows and columns, an empty table appears with the edit menu: | ||
[[File:table_1.0.png|alt=an empty table with 6 columns and 5 rows with an open inspector menu|center|350x350px|inserted table with table inspector menu]] | |||
[[File: | |||
When the mouse rests on a symbol, the respective function is displayed. | When the mouse rests on a symbol, the respective function is displayed. | ||
Double-click in the cells to insert text: | Double-click in the cells to insert text: | ||
[[File:weekly.png|alt=table with four columns wor Times and days of the week with a time schedule|center|350x350px|table in edit mode]] | |||
[[File:weekly.png| | |||
==Merge rows and columns== | ==Merge rows and columns== | ||
To merge a row or column, select the cells in a row or in a column. The inspector will show a "Merge" button. Click it to merge the cells. The same button is called "Unmerge" if you want to separate connected cells. | |||
[[File:table_3.0.png|alt=Table with all cells in a table row selected and the merge button|center|thumb|350x350px|Merging cells]] | |||
[[File: | |||
<br /> | |||
==Table properties== | ==Table properties== | ||
In the menu item Properties, there are numerous settings to adjust the functionality and presentation of the table: | In the menu item Properties, there are numerous settings to adjust the functionality and presentation of the table: | ||
Line 60: | Line 55: | ||
*Hide table columns | *Hide table columns | ||
*Filter column (only values from the current column are considered here) | *Filter column (only values from the current column are considered here) | ||
[[File:table_4.0.png|alt=header cells of a filterable table with an expanded filter menu|center|thumb|550x550px|filterable table]] | |||
[[File: | |||
<span><br /></span> | <span><br /></span> | ||
Line 92: | Line 86: | ||
<span><br /></span> | <span><br /></span> | ||
<section begin="training-tabellen" /> | <section begin="training-tabellen" /> | ||
=== Sticky header === | |||
It is possible to add the css-class ''mw-sticky-header'' in source edit mode to achieve a table header that stays visible during page scrolling. It works with all table styles. | |||
The below example sets a sticky header for the default table style ''wikitable'':<syntaxhighlight lang="text"> | |||
{| class="wikitable mw-sticky-header" | |||
</syntaxhighlight><div class="training anwender"> | |||
== Using existing tables == | |||
* Tables can also be inserted as a csv file on a page (just drag the CSV file onto the page in edit mode) | * Tables can also be inserted as a csv file on a page (just drag the CSV file onto the page in edit mode) | ||
* Complex tables can alternatively be attached to the page as an xlsx file. | * Complex tables can alternatively be attached to the page as an xlsx file. |
Latest revision as of 16:14, 1 July 2024
Insert a table
In VisualEditor, choose "Insert > Tables" to insert a table in a page:
After entering the rows and columns, an empty table appears with the edit menu:
When the mouse rests on a symbol, the respective function is displayed.
Double-click in the cells to insert text:
Merge rows and columns
To merge a row or column, select the cells in a row or in a column. The inspector will show a "Merge" button. Click it to merge the cells. The same button is called "Unmerge" if you want to separate connected cells.
Table properties
In the menu item Properties, there are numerous settings to adjust the functionality and presentation of the table:
Property | Description |
---|---|
Caption | Shows a header above the table:
After disabling the header, it is lost and must be reentered when re-enabled. |
Styed(wikitable) | enables the default wiki look after table styles were previously selected |
Sortable | In the first row, a sort function is displayed:
The current sorting is shown in the title bar. Only one of the two sort arrows will appear in the sorted column. |
Collapsible | The table can be hidden on the page via a text link. |
Collapsed initially | If the "Collapsible" property is active, this determines whether the table is visible or hidden when the wiki page is loaded. T |
Exportable | |
Filterable | The filter function is activated in the title bar and allows the following actions:
|
Table style | Here you can load different style sheets for the table. |
Use full width for table | The table uses the full width of the wiki page, regardless of the table contents. |
Table styles
The following style sheets can be selected in the Table Style menu. Click on a picture to start the gallery:
Sticky header
It is possible to add the css-class mw-sticky-header in source edit mode to achieve a table header that stays visible during page scrolling. It works with all table styles.
The below example sets a sticky header for the default table style wikitable:{| class="wikitable mw-sticky-header"
Using existing tables
- Tables can also be inserted as a csv file on a page (just drag the CSV file onto the page in edit mode)
- Complex tables can alternatively be attached to the page as an xlsx file.
Related info