Allow nested dataframes to be expanded by default in HTML samples
Open
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.

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
Assessment
This issue has not been assessed yet.