Skip to content

Column class_ argument only sets the dev class for the first row #28

@dhimmel

Description

@dhimmel

Inspired by the R world cup example with emphasized borders between column groups, I've attempted something similar in reactable py:

theme = reactable.Theme(style={".border-left": {"border-left": "4px solid #0f0f0f"}})
reactable.Reactable(
    pl_penguins,
    columns=[reactable.Column(id="island", class_=["border-left"])],
    theme=theme,
)

image

Am I misunderstanding what class_ does? Or is this a bug?

BTW don't feel obligated to release after every fix, I can install from main, if you'd like to let more fixes accrue per release.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions