Skip to content

Commit 273a32e

Browse files
authored
Add more videos to demonstrate table component features
1 parent 8367df8 commit 273a32e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/StardustDocs/topics/Usage-with-Kotlin-Notebook-Plugin.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,33 @@ You can sort any column with a click. This is a convenient alternative to using
1212
**Go straight to the data you need**:
1313
You can jump directly to a particular row or column if you want something specific.
1414
This makes working with large datasets more straightforward.
15-
1615
<video src="https://github.com/user-attachments/assets/aeae1c79-9755-4558-bac4-420bf1331f39" controls></video>
1716

1817
### Drill down into nested data
1918
When your data has multiple layers, like a table within a table, you can now click to view these details directly.
2019
This makes it easy to go deeper into your data and then return to where you were.
20+
<video src="https://github.com/user-attachments/assets/ef9509be-e19b-469c-9bad-0ce81eec36b0" controls></video>
2121

2222
### Visualize multiple tables via tabs
2323
You can open and visualize multiple tables in separate tabs.
2424
This feature is tailored for those who need to compare, contrast, or simply monitor different datasets simultaneously.
25+
<video src="https://github.com/user-attachments/assets/51b7a6e3-0187-49b3-bf5e-0c4d60f8b769" controls></video>
26+
2527

2628
### Exporting to files
2729

2830
You can export data directly from the DataFrame into various file formats. This simplifies sharing and further analysis.
2931
The component supports exporting data to JSON for web applications, CSV for spreadsheet tools, and XML for data interchange.
32+
<video src="https://github.com/user-attachments/assets/ec28c59a-1555-44ce-98f6-a60d8feae347" controls></video>
33+
3034

3135
### Convenient copying of data from tables
3236
You can click and drag to select the data you need,
3337
or you can use keyboard shortcuts for quicker selection
3438
and then copy what’s needed with a simple right-click or another shortcut.
3539
It’s designed to feel intuitive,
3640
like copying text from a document, but with the structure and format of your data preserved.
41+
<video src="https://github.com/user-attachments/assets/88e53dfb-361f-40f8-bffb-52a512cdd3cd" controls></video>
3742

3843

3944
To get started, ensure you have the latest version of the Kotlin Notebook Plugin installed in IntelliJ IDEA, and begin exploring your data using Kotlin DataFrames in your notebook cells.

0 commit comments

Comments
 (0)