Skip to content

[update] afterdataloaded event page and user guide #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/spreadsheet_afterdataloaded_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: You can learn about the afterDataLoaded event in the documentation

### Description

@short: Fires after data loading is complete
@short: Fires after data loading has been completed

### Usage

Expand Down
Binary file modified docs/assets/freeze_rows_context_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/hide_columns_context_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/show_columns_context_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/show_rows_context_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/unfreeze_rows_context_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/work_with_rows_cols.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ To hide a column, take the following steps:

- or right-click a column or a cell in the column and choose *Columns -> Hide column(s) [id]*

![Hiding columns context menu](assets/hide_column_context_menu.png)
![Hiding columns context menu](assets/hide_columns_context_menu.png)

### Showing columns

Expand Down
Loading