Hi All,
I'm a beginner of Appian, and I would like to know how to save a row order in a grid.
In a grid in an interface, I put a arrow for up and down to move rows.
I need to save the order, so the changed order should be saved and updated to DB.
I should create a column in DB to save a row order, but it does not work.
What I want to do is ... when I change the row order by clicking arrow icon and the order is changed, I would like to save the ordering information for next time. When a user open the window next time, a user requires to see the row which was changed by user clicking an arrow.
I need your help.....
Best regards,
Discussion posts and replies are publicly visible
You can do that using pagination and implementing buttons to move to next and previous pages. Below is the link with discussion on the topiccommunity.appian.com/.../107262
not exactly the same as the following screenshot, right? The following one is not possible in an editable grid?
You can build it. Play around with RichtextdisplayField and you shall be able to achieve it
thank you so much!! I will try