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

feat: implement max col count feature #6581

Merged
merged 4 commits into from
Aug 28, 2024

Conversation

ugur-vaadin
Copy link
Contributor

@ugur-vaadin ugur-vaadin commented Aug 27, 2024

Description

Adds maximum column count functionality to dashboard.

Added API:

  • Integer getMaximumColumnCount(): Returns the maximum column count of the dashboard
  • void setMaximumColumnCount(Integer maxCount): Sets the maximum column count of the dashboard

Fixes https://github.com/orgs/vaadin/projects/70/views/1?pane=issue&itemId=76144538

Part of vaadin/platform#6626

Type of change

Feature

ugur-vaadin and others added 2 commits August 28, 2024 12:39
…va/com/vaadin/flow/component/dashboard/Dashboard.java

Co-authored-by: Tomi Virkki <[email protected]>
…va/com/vaadin/flow/component/dashboard/Dashboard.java

Co-authored-by: Tomi Virkki <[email protected]>
Copy link

sonarcloud bot commented Aug 28, 2024

@ugur-vaadin ugur-vaadin merged commit 5aec673 into feat/dashboard Aug 28, 2024
4 of 5 checks passed
@ugur-vaadin ugur-vaadin deleted the feat/dashboard-max-col-count branch August 28, 2024 10:08
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.

2 participants