table-dragger icon indicating copy to clipboard operation
table-dragger copied to clipboard

Turn your old table to drag-and-drop table with columns and rows sorting like magic!

Results 25 table-dragger issues
Sort by recently updated
recently updated
newest added

I am getting an error below in my angular 8 application Uncaught TypeError: Cannot read property 'CustomEvent' of undefined at Object. (table-dragger.js:4098) I am using Typescript : 3.5.3 It works...

using class component. It works on PC, but not on mobile. No dragging. Is there a workaround?

I updated table-dragger in an AngularJS application to v2.0.2 to address IE compatibility issues. After updating, click events are throwing an error that blocks future events. Dragging and dropping works,...

When dragging a column the visual effect stops immedialty, and I have to release the mouse button, to get visual feedback again, and then I have to click to drop...

This PR is to the user defines some indexes of the table to avoid drag columns into it. Today the "fixed" columns cant be moved, but other columns can be...

While dragging another td in a table which was configured as table-draggable, specific td should not be draggable and droppable. I need that to be fixed. Please refer this link,...

Dear, Could you please remove the line: ' console.log' calls ? That makes appear text in the console to each drag (I have actually the npm version). Thank you.

When I try to drag in a table that is in a div that is display:grid, it is impossible to drag elements which are not visible when scrolled all the...

Ive noticed the ui becomes ultra slow with 80+ rows (in my case) and becomes almost unusable with bigger numbers, is there some sort of optimization or change we can...