tui.grid icon indicating copy to clipboard operation
tui.grid copied to clipboard

How to communicate with the server using drag and drop

Open yewon97 opened this issue 3 years ago • 1 comments

Hello, I have a question because I couldn't solve the problem while using GRID.

Now I import the data using API. And the response data is being printed on the grid using the resetData().

But I want to use drag and drop to move the order of the rows and save the changed order, but I don't know how to implement it. How can I send data to the server and store it?

How can I update data by communicating with the server after using drag and drop?

yewon97 avatar Jun 23 '22 15:06 yewon97

@yewon97 Drag and drop also changes the order of data in the grid. Therefore, if you call the getData method after performing drag and drop, you can receive the reordered data. I think you could use it.

jajugoguma avatar Jun 29 '22 01:06 jajugoguma

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

stale[bot] avatar Nov 13 '22 09:11 stale[bot]

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

stale[bot] avatar Jan 08 '23 00:01 stale[bot]