Kotlin / Kotlin/dataframe

Allow nested dataframes to be expanded by default in HTML samples

Open
#1,887 4 comments 1 reaction 2 assignees Claimed by @Allex-Nik View on GitHub
documentation
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

When `saveDfHtmlSample` is used on objects with nested dataframes to save HTML samples, the resulting HTML samples are collapsed by default. To expand the nested dataframes, the user needs to click on them. For some samples, it makes documentation less convenient to read.

![folded](https://github.com/user-attachments/assets/66101f25-4baf-42df-93cb-25ed640bcdc1)

We need to:
- define and implement a proper way to make HTML samples with nested dataframes expanded by default where we need it;
- use this implementation to expand existing HTML samples in the website documentation (where expanding improves readability).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.