Skip to content

Commit 7d82da3

Browse files
committed
[update] correct and complete docs for v5.2
1 parent 38177cc commit 7d82da3

File tree

5 files changed

+29
-7
lines changed

5 files changed

+29
-7
lines changed
42.3 KB
Loading
38.8 KB
Loading

docs/customization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,15 @@ The [default context menu](/#context-menu) has the following structure:
359359
- the separator
360360
- the *Unfreeze columns* menuItem (id: "unfreeze-cols")
361361
- the *Freeze up to column [id]* menuItem (id: "freeze-cols")
362+
- the *Show columns* menuItem (id: "show-cols")
362363
- the *Hide column(s) [id]* menuItem (id: "hide-cols")
363364
- the **Rows** menuItem (id: "rows")
364365
- the *Add row* menuItem (id: "add-row")
365366
- the *Remove row* menuItem (id: "remove-row")
366367
- the separator
367368
- the *Unfreeze rows* menuItem (id: "unfreeze-rows")
368369
- the *Freeze up to row [id]* menuItem (id: "freeze-rows")
370+
- the *Show rows* menuItem (id: "show-rows")
369371
- the *Hide row(s) [id]* menuItem (id: "hide-rows")
370372
- the **Sort** menuItem (id: "sort")
371373
- the *Sort A to Z* menuItem (id: "asc-sort")

docs/whats_new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The new release introduces some changes to the freezing/unfreezing functionality
5353
- The problem with editing a large spanned table
5454
- The error that occurred on undoing an action in a cell
5555
- The error that occurred on entering/editing a cell with the IF formula
56-
- Th script error that occurred after cutting and pasting a link
56+
- The script error that occurred after cutting and pasting a link
5757
- The issue with changing the text alignment during export/import of an .xlsx file
5858
- The issue with Spreadsheet losing focus after some actions
5959
- Performance improvements

docs/work_with_rows_cols.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To freeze rows up to a certain row, take the following steps:
124124

125125
### Unfreezing rows
126126

127-
(*In the images below rows are frozen up to the "5" row*)
127+
(*In the images below rows are frozen up to the row 5*)
128128

129129
To unfreeze rows, take one of the following steps:
130130

@@ -136,7 +136,7 @@ To unfreeze rows, take one of the following steps:
136136

137137
![Unfreezing rows menu](assets/unfreeze_rows_menu.png)
138138

139-
- or right-click any row/cell in the row and choose *Rows -> Unfreeze rows*
139+
- or right-click any cell and choose *Rows -> Unfreeze rows*
140140

141141
![Unfreezing rows context menu](assets/unfreeze_rows_context_menu.png)
142142

@@ -162,7 +162,7 @@ To freeze columns up to a certain column, take the following steps:
162162

163163
### Unfreezing columns
164164

165-
(*In the images below columns are frozen up to the "D" column*)
165+
(*In the images below columns are frozen up to the column D*)
166166

167167
To unfreeze columns, take one of the following steps:
168168

@@ -174,7 +174,7 @@ To unfreeze columns, take one of the following steps:
174174

175175
![Unfreezing columns menu](assets/unfreeze_columns_menu.png)
176176

177-
- or right-click any column/cell and choose *Columns -> Unfreeze columns*
177+
- or right-click any cell and choose *Columns -> Unfreeze columns*
178178

179179
![Unfreezing columns context menu](assets/unfreeze_columns_context_menu.png)
180180

@@ -198,10 +198,20 @@ To hide a row, take the following steps:
198198

199199
### Showing rows
200200

201-
To show a hidden row/rows, click the "arrows" icon that appears in the rows header instead of the hidden row/rows. In the image below the rows 8 and 11 are hidden:
201+
To show hidden rows, take one of the following steps:
202+
203+
- either click the "arrows" icon that appears in the rows header instead of the hidden row/rows
204+
205+
(*In the image below the rows 8 and 11 are hidden*)
202206

203207
![Showing rows](assets/show_rows.png)
204208

209+
- or select rows or several cells so that the hidden rows were included into the selection, right-click to call the context menu and choose *Rows -> Show rows*
210+
211+
(*In the image below the row 8 is hidden*)
212+
213+
![Showing rows context menu](assets/show_rows_context_menu.png)
214+
205215
### Hiding columns
206216

207217
To hide a column, take the following steps:
@@ -220,8 +230,18 @@ To hide a column, take the following steps:
220230

221231
### Showing columns
222232

223-
To show a hidden column/columns, click the "arrows" icon that appears in the columns header instead of the hidden column/columns. In the image below the columns C and E are hidden:
233+
To show hidden columns, take one of the following steps:
234+
235+
- either click the "arrows" icon that appears in the columns header instead of the hidden column/columns
236+
237+
(*In the image below the columns C and E are hidden*)
224238

225239
![Showing columns](assets/show_columns.png)
226240

241+
- or select columns or several cells so that the hidden columns were included into the selection, right-click to call the context menu and choose *Columns -> Show columns*
242+
243+
(*In the image below the column C is hidden*)
244+
245+
![Showing columns context menu](assets/show_columns_context_menu.png)
246+
227247

0 commit comments

Comments
 (0)