Ronen Miller

Results 3 comments of Ronen Miller

I solved it by adding the following css class to the element you prefer not to break (say the inner-most div you wish to keep in tact): ``` .no-page-break {...

I had a similar problem and it worked for me: ``` @ViewChild(NgGrid) myGrid: NgGrid; ... this.formGrid.triggerResize(); ``` Thanks!

I think the whole idea is to not use a drag handle, and let the grid use the entire item, as described in the README. It works perfectly fine on...