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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
17
17
18
18
## Data Table πΈ Renderer View
19
19
20
-
Data Table πΈ Notebook π cell β output renderer uses [Observable Inputs Table](https://github.com/observablehq/inputs#Table) component for fast incremental data display and scrolling of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) π.
20
+
Data Table πΈ Notebook π cell β output renderer uses [Observable Inputs Table](https://github.com/observablehq/inputs#Table) component for fast incremental data display and scrolling of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) π
@@ -27,7 +27,7 @@ Data Table πΈ Notebook π cell β output renderer uses [Observable Inputs T
27
27
- View `CSV`, semi-flat `XML`, [`GeoJSON`](https://www.rfc-editor.org/rfc/rfc7946.html) and `JSON`**array** data Notebook π cell β output in HTML table with column sort, number and date formatting
28
28
- Incremental Data Table πΈ rows creation on table scroll for faster display of larger datasets
29
29
-[Data Summary π Renderer View](https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view) for a quick overview of loaded dataset
-[Geo π Data Table πΈ View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view)
32
32
- Experimental [XML Data Table πΈ View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view)
33
33
- Notebook π cell β [Text Output View](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) with a scrollable [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html) container
@@ -51,7 +51,7 @@ Or load Data Table πΈ Viewer π with [Observable JS](https://marketplace.vis
51
51
52
52
## Data Summary π Renderer View
53
53
54
-
This general purpose Data Table πΈ Viewer extension also includes Data Summary π Renderer based on modifield [Observable Summary Table](https://observablehq.com/@observablehq/summary-table) component for a quick overview of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) π.
54
+
This general purpose Data Table πΈ Renderer extension also includes Data Summary π Renderer based on modifield [Observable Summary Table](https://observablehq.com/@observablehq/summary-table) component for a quick overview of datasets loaded in [VSCode Notebooks](https://code.visualstudio.com/api/extension-guides/notebook) π
0 commit comments