ui-grid-draggable-rows icon indicating copy to clipboard operation
ui-grid-draggable-rows copied to clipboard

HTML5 Drag and Drop functionality for angular ui-grid

Results 23 ui-grid-draggable-rows issues
Sort by recently updated
recently updated
newest added

I found this issue when I had both cellNav and draggableRows turned on for my grid. The only way I found them both to work together is if cell editing...

bug
help wanted

Hi, thanks for the component, very helpful. I have a suggestion for onDragOverEventListener. Instead of deciding if moving above or below a row via the offset, I think the following...

I have a grid with expanable rows. I used the template provided in the read me. I can drag a row but it doesn't commit. The api is working, I'm...

I've tried all the examples but none of those seems to work. Followed the instructions with `ui-grid v4.6.6` and it doesn't work either. Do you have any working sample I...

I am implementing a reorder of the ui-grid using draggable interface. Is it possible to make the drop conditional? As in if drop is to area x, then don't allow...

gridApi.draggableRows.on.rowDropped($scope, function(info, dropTarget) { console.log("Dropped", info); }); info does not contain targetRow or targetRowEntity in it any idea why is this happening ?

This plugin doesn't clean up its event listeners added via `addEventListener`, so memory leaks occur when using it. I've created a pull to fix this: #65 Can we get this...

When using `addEventListener`, the event handlers need to be removed manually on $scope.$destroy, otherwise memory leaks occur.

Hi, I noticed that row is placed below the drop target, if we move it to a higher position in the table. This can be due to the code on...

Getting below error while trying to add this feature to angular-ui-grid. angular.js:12477 Error: [$compile:ctreq] **Controller 'uiGrid', required by directive 'uiGridDraggableRows', can't be found!** http://errors.angularjs.org/1.4.7/$compile/ctreq?p0=uiGrid&p1=uiGridDraggableRows at angular.js:68 at getControllers (angular.js:8146) at...