You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs mentions that droppable attribute defines Whether the column is a valid drop target..
I tried setting it to false for a column but still it gets displaced by dropping another column on it.
Docs mentions that
droppable
attribute definesWhether the column is a valid drop target.
.I tried setting it to
false
for a column but still it gets displaced by dropping another column on it.I think we should have a check for
droppable
attribute after below line,https://github.com/offirgolan/ember-light-table/blob/master/addon/mixins/draggable-column.js#L116
Created a PR for this #496
The text was updated successfully, but these errors were encountered: