angular2-grid icon indicating copy to clipboard operation
angular2-grid copied to clipboard

extend grid height when move or resize grid item

Open MartinJLee opened this issue 7 years ago • 3 comments

Whenever, grid item move or resize event is triggered, extend grid height, so the user could easily move grid items around.

MartinJLee avatar Nov 28 '16 07:11 MartinJLee

You can use float:true in grid option. It will help you out.

vbinithyanandamv avatar Apr 13 '17 06:04 vbinithyanandamv

@vbinithyanandamv I'm not sure which grid option you are referring to. I looked for float option in INgGrid.d.ts. I couldn't see any option named to it.

MartinJLee avatar Apr 26 '17 07:04 MartinJLee

Hi Martin, sorry for the misunderstanding. Seems like there is no API for it as you said. Then there is no straight forward way. However you can manually use CSS to fix the grid container height.

vbinithyanandamv avatar Apr 26 '17 07:04 vbinithyanandamv