sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

fix: resolve the breaking change introduced by AG Grid 32.0 #1097

Closed scnwwu closed 2 months ago

scnwwu commented 2 months ago

Summary Fix #1096 Refers to https://www.ag-grid.com/react-data-grid/upgrading-to-ag-grid-32 Also added type annotation GridReadyEvent so that this kind of error can be captured by TS build.

Testing Test case in #1096

Zhirong2022 commented 2 months ago

The issue gets fixed in the PR, it can load table data successfully.