Conversation
[add] what's new and migration guide for v5.2, afterDataLoaded event page
[update] toolbar-related docs
[add] docs on freezing/unfreezing rows and columns functionality
[add] hiding/showing cols/rows api, update related guides
[add] styled cells borders section into user guide, update related docs
[update] add sections for popup with formula description into related guides
Izobov
reviewed
May 16, 2025
| ### Usage | ||
|
|
||
| ~~~jsx | ||
| afterColumnAdd: (cell: string) => void; |
There was a problem hiding this comment.
Надо тут поменять. Вроде про afterDataLoaded говорим
Izobov
suggested changes
May 16, 2025
| } | ||
| }); | ||
| ~~~ | ||
|
|
There was a problem hiding this comment.
Я бы тут и в месте про работу со строками\колонками добавил, что зафиксировать колонки можно через dataset
const dataset = {
sheets: [
{ data: [...], freeze: {col: 1, row,1} },
...
]Такой способ позволяет зафиксировать колонки строки еще на уровне parse без вызовов методов
|
|
||
| ## Freezing/unfreezing rows and columns | ||
|
|
||
| You may need to fix (or "freeze") some columns or rows, so that they will become static when you scroll the page, while the rest of columns/rows remain movable. |
There was a problem hiding this comment.
Вот тут еще можно рассказать что фиксировать можно через dataset
Izobov
approved these changes
May 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.