You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a data grid control and the infrastructure to support it (#4847)
* Initial layout
* tabulator and react-data-grid
* Implement sorting/filtering/row rendering
* Switch to just AdazzleReactDataGrid
* Merge data explorer config into original
* Fix compilation of webview
* Data Explorer coming up
* Semi working grid
* Use bootstrap to handle correct themeing
* Fix styles and layout
* Fixup themes for hover and fix title
* Fix check datascience dependencies
* Fix webpack for packaging
* Fix hygiene
* Add news entry
* Fix webview compile error caused by hygiene changes
* Put contributing back to what it was before.
* Fix functional tests
* Fix dispose to set disposed flag.
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@
85
85
"LanguageService.lsFailedToExtract": "We encountered an issue extracting the Language Server. Reverting to the alternative, Jedi. Check the Python output panel for details.",
86
86
"DataScience.unknownMimeTypeFormat": "Mime type {0} is not currently supported.",
87
87
"DataScience.historyTitle": "Python Interactive",
88
+
"DataScience.dataExplorerTitle": "Data Viewer",
88
89
"DataScience.badWebPanelFormatString": "<html><body><h1>{0} is not a valid file name</h1></body></html>",
89
90
"DataScience.sessionDisposed": "Cannot execute code, session has been disposed.",
90
91
"DataScience.exportDialogTitle": "Export to Jupyter Notebook",
0 commit comments