nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.43k stars 396 forks source link

I'd like to copy the tree data #1693

Open SURYU2659 opened 2 years ago

SURYU2659 commented 2 years ago

Summary I want Copy and paste tree data and other grid 트리 데이터를 다른 그리드로 복사해서 붙여 넣기를 하고 싶습니다

The screen stops when I use the following method 아래와 같은 방법을 쓰니 화면이 멈춰버립니다

ex) bGrid.resetData((aGrid.getData));

The properties of a and b are the same a와 b 그리드의 속성은 모두 같습니다

Version 4.21.2

fix-a-lot commented 2 years ago

.getData 는 프로퍼티가 아니고 함수에욧

bGrid.resetData(aGrid.getData());
SURYU2659 commented 2 years ago

.getData 는 프로퍼티가 아니고 함수에욧

bGrid.resetData(aGrid.getData());

오타가 났습니다.. 함수로 넣어서 실행하는데 트리가 없는 데이터의 경우는 그대로 복사가 되는데, 트리가 있는 데이터의 경우 화면이 멈추면서 무한루프에 빠집니다

stale[bot] commented 2 years ago

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] commented 1 year ago

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!