Author Topic: drag a row dynamically  (Read 3605 times)

jeremy

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 14
    • View Profile
drag a row dynamically
« on: September 11, 2016, 04:27:16 am »
Is it possible to do something like this?

I have 4 rows (eg: 1, 2, 3, 4).
I want to change the order of those rows dynamically when a user clicks and drags on a static icon (eg: instead of row number, you'll see ui-icon-arrow-2-n-s).
Then send all four entries back via AJAX (I'm thinking that would be easier to code) in the updated order.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: drag a row dynamically
« Reply #1 on: September 12, 2016, 10:34:38 am »
Drag and drop of rows is not supported yet.

gwinterhalter

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: drag a row dynamically
« Reply #2 on: September 24, 2017, 03:52:41 am »
Is there a planned date to add row drag and drop?