Skip to content

Commit 1da291a

Browse files
add Settings section and md table to docs (#72)
1 parent 6b5049c commit 1da291a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ Commands, languages, editor/view types and activation events contributed to VSCo
6161
![Tabular Data Viewer 中 Feature Contributions](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-viewer-feature-contributions.png?raw=true
6262
"Tabular Data Viewer 中 Feature Contributions")
6363

64+
## Settings
65+
66+
[Create User or Workspace Settings in vscode](http://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings) to change Tabular Data Viewer 中 extension Settings:
67+
68+
| Setting | Type | Default Value | Description |
69+
| ------- | ---- | ------------- | ----------- |
70+
| `tabular.data.pageSize` | integer | `100000` | Default Data Page Size to use for incremental loading and display of large datasets. |
71+
| `tabular.data.parser.dynamicTyping` | boolean | `true` | Enable type conversions for numeric and boolean data fields when parsing CSV data. Set this option to `false` to speed up large datasets parsing and loading. |
72+
| `tabular.data.createTableSchemaConfig` | boolean | `true` | Create table `*.schema.json` configuration file alongside data file when parsing CSV data. |
73+
| `tabular.data.createTableViewConfig` | boolean | `true` | Create `*.table.json` configuration file alongside data file for saving and restoring customized Table View 🀄 columns and sort settings. |
74+
6475
# Observable JS Notebook
6576

6677
You can try [Tabular Data Viewer 🀄 Observable Notebook 📓](https://observablehq.com/@randomfractals/tabular-data-viewer) with public datasets and supported data formats in a browser:

0 commit comments

Comments
 (0)