Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upd20241204 #433

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/tables/DataExplorer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The <div className="button darkblue_button"><TableOutlined /> **Data Explorer**<

- The **Explorer** pane contains a list of tables in the current environment.
- There is a search bar to filter the list to tables that contain the given search string.
- There is an <img className="inline-img" src="../../img/data/addTableButton.png"/> button that lets you create a new table with a name and schema that you specify, using the [Table Structure Editor](#table-structure-editor).
- There is an <img className="inline-img" src="../../img/data/addTableButton.png"/> button that lets you create a new table with a name and schema that you specify, using the [Table Structure Editor](#table-structure-editor). This can be useful for declaring the types in a table, rather than having to infer them from the data.
- The rest of the window has various tabs that let you view or modify the selected table.
- The **Fields** tab lets you view and edit the table structure (the defined columns of the table, aka schema) and other table metadata, including a description.

Expand Down
Loading