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

Concept of colspan and rowspan #7

Closed
beeing opened this issue Oct 24, 2017 · 2 comments
Closed

Concept of colspan and rowspan #7

beeing opened this issue Oct 24, 2017 · 2 comments

Comments

@beeing
Copy link

beeing commented Oct 24, 2017

Select one ... (check one with "x")

[ ] bug
[x] feature request
[ ] enhancement

Expected behavior

Similar to HTML tables, it is possible to span across multiple columns or rows. This is particularly useful for widgets that can stretch horizontally or vertically.

For those who do not prefer to have a scrollbar within each widget, this will provide a nicer UX.

@envyN
Copy link
Owner

envyN commented Oct 24, 2017

Hi @beeing, Widget resizing is already a feature. Did you try something like this:

<ngx-widget [resizable]="true" [(position)]="widget.position"...>

That should allow you to shrink/expand widgets

@beeing
Copy link
Author

beeing commented Oct 24, 2017

Maybe that's possible, will try it out first. Thanks.

@envyN envyN closed this as completed Feb 6, 2018
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

No branches or pull requests

2 participants