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

🛠️ [FIX] Fixed nrows and ncols arguments #11

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

Conversation

lonlazer
Copy link

@lonlazer lonlazer commented Jun 10, 2022

Nrows arguments of GridLayout and ResponsiveGridLayout are now taken into account instead of always using the
default value. Furthermore, the type of the ncols argument of ResponsiveGridLayout has been changed to object so that it accepts a dict with different values for each breakpoint according to the documentation.
The program was tested solely for our own use cases, which might differ from yours.

Closes #8

Léon Lazar [email protected] on behalf of Mercedes-Benz Tech Innovation GmbH, Imprint
Licensed under MIT

Nrows arguments of GridLayout and ResponsiveGridLayout are now taken into account instead of always using the
default value. Furthermore, the type of the ncols argument of ResponsiveGridLayout has been changed to object so that it accepts
a dict with different values for each breakpoint according to the documentation.

Signed-off-by: Léon Lazar <[email protected]>
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.

nrows attribute is ignored
2 participants