BTMorton / angular2-grid

A drag/drop/resize grid-based plugin directive for angular2
https://bmorton.co.uk/angular/
MIT License
354 stars 159 forks source link

wrong height when init the grids #278

Open 100cm opened 6 years ago

100cm commented 6 years ago

{col: "2", row: "1", fixed: "false", sizex: "2", sizey: "1", config: "true", draggable: "true"}

the grid config,but the dom height was

width: 100%; position: relative; height: 2600px;