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 support for custom row and column templates for ui.grid #2701

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

falkoschindler
Copy link
Contributor

This PR allows creating grids with different column/row sizes like

ui.grid(columns='auto 80px 1fr 2fr')

instead of just

ui.grid(columns=4)

@falkoschindler falkoschindler added the enhancement New feature or request label Mar 14, 2024
@falkoschindler falkoschindler added this to the 1.4.19 milestone Mar 14, 2024
@rodja rodja merged commit 9379e61 into main Mar 20, 2024
7 checks passed
@rodja rodja deleted the grid branch March 20, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants