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

Add option to allow item overlaps #238

Closed webcat12345 closed 6 years ago

webcat12345 commented 7 years ago

Currently, if we drag widget to other then it pushed other widget. There could be an option to allow overlaps.

Gitter history:

webcat12345 commented 7 years ago

image

I hope this will help you to little. Actually, I disabled these line inside node_modules directory. node_modules/angular2-grid/directives/NgGrid.js

image

Also same on _resizeStop event.

arupalan commented 7 years ago

added feature gridItem overlap. By default this feature is disabled. This can be enabled by setting 'allow_overlap': true in NgGridConfig.

Please see pull request.

BTMorton commented 6 years ago

This feature has been added to v2.3.0