jQuery UI Widgets › Forums › Grid › Reorder grid rows with drag and drop
Tagged: data table, drag, drop, grid, jqxdatatable, jqxGrid ;, reorder, row, row reorder
This topic contains 11 replies, has 7 voices, and was last updated by Peter Stoev 5 years, 11 months ago.
-
Author
-
Hi,
We’d like to reorder the rows in the grid via drag and drop. Is this possible in jqxgrid?Or possibly in jqxdatatable?
Thanks,
JoshHello Josh,
Unfortunately, neither jqxGrid nor jqxDataTable supports this functionality.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Is this feature on the roadmap? We also have a need for it.
Hello gombbc,
You can check upcoming features here: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/roadmap/roadmap.htm.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/hmm… doesn’t have any information on this feature. So, should I assume it will not supported anytime this year? Difficult to tell if the listed features are expected to take the next several releases to deliver.
Dear KumoJosh, gombbc
Do you mean this feature? (set ‘columnsreorder’: true)
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/reordercolumns.htm?arctic– badera
Hi guys,
Unfortunately, there are no plans to add Rows Reorder built-in our widgets anytime in the future.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comOh, sorry, they are talking about rows, not columns… awkward…
Hi,
is there any new feature to address this issue? I wanted to rearrange the rows in grid by drag and drop functionality, I have investigated in jqwidgets api documentation and i could find some functionality to drag a drop row from grid to outside grid(form)and can reorder the columns by drag and drop. but i didn’t see any feature to re-arrange the rows inside the grid using drag and drop.
Thanks in advance
Dinesh
Hi Dinesh,
As already mentioned, there are no plans for introducing row reorder, unfortunately.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hello jQWidgets team,
IS there any alternate way to accomplish the jqxgrid row ordering. ie, deleting the selected row and placing that on other index in any event?
Thanks in advance.
Hi harisjq,
We have deleterow, updaterow and addrow methods. I suggest you to look at the Grid’s API documentation page where you will find a sample how to use each of these methods. By using deleterow, updaterow and addrow, I believe you can achieve the row reordering.
Regards,
Peter -
AuthorPosts
You must be logged in to reply to this topic.