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

Feature Request: Attribute binding to individual properties #1

Open
wSedlacek opened this issue Jul 16, 2020 · 0 comments
Open

Feature Request: Attribute binding to individual properties #1

wSedlacek opened this issue Jul 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@wSedlacek
Copy link

As this is currently written an entire GridOptions must be provided.
This doesn't fall in line with other Angular libraries like Angular Material where options are bound on individual attributes.

I would like to see something like this.

<div muuriGrid fillGaps rounding [horizontal]="false">
    <div *ngFor="let item of blockItems" muuriGridItem>
        <div>
            {{ item }}
        </div>
    </div>
</div>

These would also need to support being updated after the grid is created in the event that a property binding is used.

@dennisameling dennisameling added the enhancement New feature or request label Jul 17, 2020
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

No branches or pull requests

2 participants