Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readData 검색후 화면에 데이터를 다 그리지 못합니다. #269

Closed
hyunhyukCho opened this issue Feb 19, 2019 · 1 comment · Fixed by #274
Closed

readData 검색후 화면에 데이터를 다 그리지 못합니다. #269

hyunhyukCho opened this issue Feb 19, 2019 · 1 comment · Fixed by #274
Labels

Comments

@hyunhyukCho
Copy link

readData를 통해 데이터를 정상적으로 뿌려 줬습니다.

그러다가 데이터가 없는 경우를 검색하고 데이터가 있는 경우를 검색하면 화면에 보이지 않습니다.

원인을 찾아보니

에 height가 행(데이터행)의 갯수만큼 높이가 늘어나야 되는데 크기가 안되다보니 데이터가 화면에 표시되지 않습니다.(데이터는 정상적으로 가져오나 안보입니다)

임시적으로 height값을 고정으로 해놓았지만 좋은 방법은 아닌것 같습니다.

해결방법이 있을까요 ?

@dongwoo-kim
Copy link

dongwoo-kim commented Feb 20, 2019

확인해 보니 내부에서 자동으로 fixedHeight 값을 설정할 때 버그가 있는 것 같습니다. 현재 수정 중이구요, 며칠 내로 패치 버전이 배포될 예정입니다. 제보 감사합니다 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants