mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-19 04:59:33 +01:00
101 lines
2.9 KiB
Markdown
101 lines
2.9 KiB
Markdown
# Tables
|
|
|
|

|
|
|
|
Tables in Notesnook provide all the basic to advanced functionality. On the left side are the `Row properties` and `Insert a new row` buttons while on top of the table are `Table properties` and `Insert a new column` buttons.
|
|
|
|
The first row of a table is always a header however you can always delete this row.
|
|
|
|
## Insert a table
|
|
|
|
1. Click on the  and select the table block.
|
|
2. Select the size of the table grid.
|
|
|
|

|
|
|
|
## Resizing table columns
|
|
|
|
Table columns on desktop and web apps are resizable.
|
|
|
|
1. Hover on the seperator between two columns, it will turn green
|
|
2. Click and hold the move to resize the column
|
|
|
|

|
|
|
|
> info
|
|
>
|
|
> Table column resizing is not supported on mobile editor yet.
|
|
|
|
## Insert a row
|
|
|
|
1. Click on a cell below which you want to insert a new row.
|
|
2. Click on the `Insert row below` button to insert a new row.
|
|
|
|

|
|
|
|
## Delete a row
|
|
|
|
1. Click on the cell of the row you want to delete
|
|
2. Click on the cell properties button and select `Delete row`
|
|
|
|

|
|
|
|
## Move row
|
|
|
|
1. Click on the cell of the row you move.
|
|
2. Click on the cell properties button and select `Move row up` to move the row up or `Move row down` to move the row down.
|
|
|
|

|
|
|
|
## Insert a column
|
|
|
|
1. Click on a cell after which you want to insert a new column.
|
|
2. Click on the `Insert column right` button to insert a new column.
|
|
|
|

|
|
|
|
## Delete a column
|
|
|
|
1. Click on the cell of the column you want to delete
|
|
2. Click on the table properties button and select `Delete column`
|
|
|
|

|
|
|
|
## Move column
|
|
|
|
1. Click on the cell of the column you move.
|
|
2. Click on the table properties button on top and select `Move column right` to move the column right or `Move column left` to move the column right.
|
|
|
|

|
|
|
|
## Merge cells
|
|
|
|
1. Drag and select the cells you want to merge
|
|
2. Click on table properties on top of table and select `Merge cells`
|
|
|
|

|
|
|
|
## Split cells
|
|
|
|
1. Double click to select the cell you want to split
|
|
2. Click on table properties on top of table and select `Split cells`
|
|
|
|

|
|
|
|
## Cell Properties
|
|
|
|
1. Select the cell you want to customize
|
|
2. Click on table properties button on top
|
|
3. Select Cell properties
|
|
4. You can now change cell background, text color and border color.
|
|
|
|

|
|
|
|
## Delete table
|
|
|
|
1. Select the table
|
|
2. Click on table properties button top.
|
|
3. Select `Delete table` from drop down menu
|
|
|
|

|