tui.grid
tui.grid copied to clipboard
How to communicate with the server using drag and drop
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
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.
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!
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!