We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. I have a grid with image buttons (like a menu of buttons).
I need a responsive behaivor, like this:
Xs: 6 cols (two items in a row) Sm: 3 cols (four items in a row) Xl: 2 cols (six items in a row)
How I can do that with angular-gridster2?
How I can set the width and the height of the gridter-item to the width and the height of the button? (I don't want to use all the free space)
When I have vertical scroll enable, I can't drag the gridter-item (insted of, it does the scroll)
Can you help me?
PS: I'm using ionic 7 with angular 17
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. I have a grid with image buttons (like a menu of buttons).
I need a responsive behaivor, like this:
Xs: 6 cols (two items in a row)
Sm: 3 cols (four items in a row)
Xl: 2 cols (six items in a row)
How I can do that with angular-gridster2?
How I can set the width and the height of the gridter-item to the width and the height of the button? (I don't want to use all the free space)
When I have vertical scroll enable, I can't drag the gridter-item (insted of, it does the scroll)
Can you help me?
PS: I'm using ionic 7 with angular 17
Thanks
The text was updated successfully, but these errors were encountered: