Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CalculatedColumn.cellStyle and RowRendererProps.rowStyle attributes #2984

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zakaryan2004
Copy link

These two attributes allow for CSSProperties (JSX style) to be directly
passed to the table instead of through a class name.

The motivation for this change is that only Linaria's CSS seems to work when passing it to cellStyle and rowStyle attributes. Projects using alternatives such as Emotion can't style the table quickly.

Signed-off-by: Gegham Zakaryan zakaryan.2004@outlook.com

These two attributes allow for CSSProperties (JSX style) to be directly
passed to the table instead of through a class name.

Signed-off-by: Gegham Zakaryan <zakaryan.2004@outlook.com>
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.

None yet

1 participant