Skip to content

Commit ca6f9ed

Browse files
add incremental data display to features in docs (#62)
refine other feature descriptions
1 parent 6fe3d52 commit ca6f9ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
2222

2323
## 🈸 Features
2424

25-
- View `CSV`, [`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
26-
- View notebook cell text output in a scrollable container with [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html)
25+
- View `CSV`, [`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
26+
- Incremental rows creation on table scroll for faster display of larger datasets
27+
- Notebook cell text output display in a scrollable container with [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html)
2728
- [REST Book](https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book) 📓 [TypeScript Notebooks](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook) 📚 and [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyolite) 🐍 examples
2829
- [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view)
2930

0 commit comments

Comments
 (0)