Skip to content

Commit 4435c43

Browse files
add new data table renderers section and info about new flat data grid (#115 & #120)
1 parent 1edace2 commit 4435c43

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515

1616
See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 vscode extension for a generic [Grid Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) with many common data formats support, search, sort, filters, grouping, splits, pivot tables, aggregates and basic charts 📊
1717

18-
## Data Table 🈸 Renderer View
18+
## Data Table 🈸 Renderers
1919

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 Renderers is a collection of custom tabular data renderers for vscode notebooks.
2121

22-
![Data Table 🈸 Renderer View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-renderer.png?raw=true
23-
"Data Table 🈸 Renderer View")
22+
TODO: add a pic with simple data table, data summary and new flat data grid renderers in one.
2423

2524
## 🈸 Features
2625

@@ -32,6 +31,13 @@ Data Table 🈸 Notebook 📓 cell ⌗ output renderer uses [Observable Inputs T
3231
- Experimental [XML Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view)
3332
- Notebook 📓 cell ⌗ [Text Output](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) scrollable container with [code pre-wrap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code) for quick copy/paste to other places
3433

34+
## Data Table 🈸 Renderer View
35+
36+
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) 📚
37+
38+
![Data Table 🈸 Renderer View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-renderer.png?raw=true
39+
"Data Table 🈸 Renderer View")
40+
3541
## Observable Data Table 🈸 Viewer 📓
3642

3743
You can also use our generic [Data Table Viewer](https://observablehq.com/@randomfractals/data-table-viewer) 📓 notebook to preview public datasets in a browser:
@@ -56,6 +62,13 @@ This general purpose Data Table 🈸 Renderer extension also includes Data Summa
5662
![Data Summary 📊 Renderer View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-summary-renderer.png?raw=true
5763
"Data Summary 📊 Renderer View")
5864

65+
## Flat Data 中 Grid Renderer
66+
67+
[Flat Data Grid](https://github.com/RandomFractals/vscode-data-table/issues/115) renderer is the latest addition to this custom tabular data renderers collection vscode extension. It's based on the [Flat UI](https://github.com/githubocto/flat-ui) React data grid component library created by the [GitHub Next](https://twitter.com/GitHubNext) dev team & used in [Flat Data](https://next.github.com/projects/flat-data/) viewer on [flatgithub.com](https://flatgithub.com).
68+
69+
![Flat Data 中 Grid Renderer Example](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/flat-data-grid-renderer.png?raw=true
70+
"Flat Data 中 Grid Renderer Example")
71+
5972
## 🈸 Examples
6073

6174
Data Table 🈸 for Notebooks 📚 extension v1.6.0 and up ships with built-in Notebook examples. You can access provided Notebook Examples listed below via `Data Table: Notebook Examples` command from `View -> Command Palette...` vscode menu:

0 commit comments

Comments
 (0)