• Adarsh Baligar
    February 16, 2017 at 8:40 am #3730

    Hi any help on achieving the reordering functionality in table.

    I have table like below, if i want to reorder and make “Rob” as 1 and “John” as 2, can we have some drag and drop in table?

    1.          David
    2.          Rob
    3.          John

     

     

    Regards,

    Adarsh

    SPARK Support
    February 17, 2017 at 3:14 pm #3765

    Hi Adarsh,

    I would use a Text input field at the beginning of each row containing the original order, 1 2 3, then allow the user to change the order, 1 3 2.  Then modify the value of the bound list programmatically through a script.

    There is no supported drag and drop functionality in the table.

    Regards,

    Stephen P.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search