-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve JS API handling of formatting data (#6664)
Cells with formatted rows would error when read in two specific ways: either if the subscription/snapshot call was made before the table to be read was resolved, or if the format data was read directly from the TableData rather than from the row or the column. Additionally fixes a bug where an unresolved table with a viewport being created on it cannot be snapshotted. Fixes DH-18634 Fixes DH-18784
- Loading branch information
Showing
3 changed files
with
237 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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