Skip to content

Fixed nested columns Formatted HTML rendering#1796

Open
AndreiKingsley wants to merge 2 commits intomasterfrom
html_render_fix
Open

Fixed nested columns Formatted HTML rendering#1796
AndreiKingsley wants to merge 2 commits intomasterfrom
html_render_fix

Conversation

@AndreiKingsley
Copy link
Copy Markdown
Collaborator

Closes #1795

@AndreiKingsley AndreiKingsley marked this pull request as ready for review April 10, 2026 13:36
@AndreiKingsley AndreiKingsley changed the title Fix nested columns HTML rendering Fixed nested columns Formatted HTML rendering Apr 10, 2026
@AndreiKingsley AndreiKingsley added this to the 1.0.0-Beta5 milestone Apr 10, 2026
Copy link
Copy Markdown
Collaborator

@Jolanrensen Jolanrensen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If everything still renders correctly, all is well from me :)

val rowsLimit = if (nextId == rootId) configuration.rowsLimit else configuration.nestedRowsLimit
val preparedColumns = nextDf.columns().map {
nextDf.columnToJs(it.addPath(), rowsLimit, configuration)
nextDf.columnToJs(it.addPath(), rowsLimit, configuration, nextDf)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary argument nextDf if it's already set in the function signature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nested ColumnGroups renders incorrectly in Formatted HTML with formatHeader

2 participants