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.42k stars 394 forks source link

scrollY: true로 했을때 긴 rows의 clipboard copy & paste 문제 #1790

Closed kimaaaaaaaaaaaaa closed 1 year ago

kimaaaaaaaaaaaaa commented 2 years ago

scrollY : true, bodyHeight :'fitParent',

excel data를 copy & paste를 하면 그리드 현재 grid에 보이는 view 부분만 paste가 되고 현재 view가 아닌 scroll 내리면 빈 값으로 되어있습니다. clipboard를 하면 화면에 보이는 부분만 paste가 되는 건가요?? scroll 내릴때마다 반응형으로 row가 새로 보이는 view로 tr td가 refresh되는것 같긴한데 반응형때문인가여? clipboard 긴data는 scrollY 쓰면 안되나요??

밑에 rows들은 추가가 되어 appendrows는 되어있지만 값들은 빈값입니다.

ex) excel 100 rows copy & tui grid paste => grid view(16rows) => tui grid(16rows) paste success data in

=> scroll => 84 rows appendrows (but, data null)

result grid => 16data appendrows (view) + 84 null data appendrows (current not view)

ps. 추가된 row에(빈값 row) 다시 paste를 해도 복사가 안되고 클립보드 이후 row 이후에 paste가 동작합니다.

Version 4.21.4

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!

stale[bot] commented 1 year ago

This issue will be closed due to inactivity. Thanks for your contribution!