Manki Kim

Results 272 comments of Manki Kim

A minimal sample code is required to verify your problem. I would appreciate it if you could register a new issue by attaching a sample code to check the issue.

@hs9574 문제를 재현 할 수 있는 최소한의 예제 코드를 제공해 주실 수 있나요? Can you provide some minimal example code to reproduce the problem?

PlutoGrid 시작시 onLoaded 에서 autoSizeMode 를 scale 로 변경해서 동작 시켜봤을 때 저는 문제가 발생 되지 않았습니다. 어떻게 문제가 발생하는지 예제 코드를 부탁드립니다. When starting PlutoGrid, I did not have...

@hs9574 첨부하신 예제 코드로는 제가 문제를 재현 할 수 없습니다. 가능하시다면 재현 가능한 예제코드를 부탁드립니다. 그리고 PlutoGrid 에 colums 와 rows 를 최초에 전달 한 이후에 런타임 상태에서 이 리스트들을...

@hs9574 그리고 런타임 중에 columns, rows 를 변경 하는 로직이 있다면 이것을 제외 시키고 순수한 상태로 동작시켜 보십시요. 동일하게 문제가 발생하는지 아닌지에 따라서 어느 부분에 문제가 있는지 좁혀볼 수 있을거...

컬럼을 런타임에 변경 할 때 아래와 같은 메서드로 변경 했을 때 문제가 발생 되지 않았습니다. 시도해보시고 결과를 알려주시면 감사하겠습니다. When changing a column at runtime, there was no problem when...

@hs9574 아직 해결이 안되셨다면 PlutoGrid 5.0.4 버전으로 시도해 보십시요. 동일한 문제는 아니지만 비슷한 문제가 있어 수정 후 5.0.4 버전으로 배포 하였습니다. 수정 된 문제는 윈도우의 사이즈를 최대로 넓히는 등의 사이즈...

What OS, which version of flutter does your problem occur on? Otherwise, if the width of the grid is narrow, even if there is a column freeze, it is set...

Please explain in more detail.

There is currently no ability `to change the range` or `date picker`. It will be added and improved in the future. Before that, you can implement it directly with `cellRenderer`....