jaesung-lee

Results 25 comments of jaesung-lee

@Powersource Yes. The toolbar operation and font size for mobile support have not yet been considered. I think that it can be resolved by modifying some css. But It is...

@rkddbs1031 It works normally when done as below. Can you check to pass props `options`? If it doesn't work, please upload your code in code sandbox to resolve the issue....

@oraculum Sorry for late replying. The cause of this problem is that we use the pseudo element to style list numbers. I'll think about how to improve this issue. Thank...

@Odrin WYSIWYG is different from Markdown and cannot be executed exactly the same. It can only apply attributes and class names of the `customHTMLRenderer`. I'll consider improving the compatibility between...

@Tiberiusss Thanks for reporting. I will fix it.

@WalkerKim I checked the functionality you commented. It will be missed to our major update(from `v4.0.0`). we will add that missed functionality in next release. Thank you!

@gwonsuji We don't support frozen rows yet. But It will be useful functionality to user and we consider adding that functionality. Thank you~! :)

@saeparan Sorry for late replying. Currently, we don't support the export functionality. can our company insert there? => Sure! Welcome to PR :)

@saeparan The CSV export has been added in v4.19.1. Thanks! * doc: https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/docs/ko/export.md

@socketbear v2.0.1 버전에서 내부적으로 destroy API를 호출하는 것으로 수정되었으니, 별도로 destroy API를 호출하실 필요는 없을 것 같습니다. watch 를 이용하여 업데이트 되는 것은 의도적으로 제거한 사항입니다. (grid 내부적으로 반응형 데이터를...