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

[BUG] Json Editor not showing more data when scrolling down #395

Open
yomapi opened this issue Jul 18, 2023 · 0 comments
Open

[BUG] Json Editor not showing more data when scrolling down #395

yomapi opened this issue Jul 18, 2023 · 0 comments

Comments

@yomapi
Copy link

yomapi commented Jul 18, 2023

What I Expected

Assign data to JSON Editor, and display all data without any problem

Current State

When scrolling down, I couldn't see more data as expected.
As shown in the attached image, data is not displayed after the 35th item.

스크린샷 2023-07-18 오후 3 47 41

What I have tried

1. Validate Data

The data I put into the JSON Editor is as follows:

[
  {
    "chapterName": "9까지의 수",
    "conceptId": "416",
    "preRequisiteChapterName": "",
    "preRequisiteConceptId": ""
  },
  {
    "chapterName": "여러 가지 모양(1)",
    "conceptId": "417",
    "preRequisiteChapterName": "",
    "preRequisiteConceptId": ""
  },
  {
    "chapterName": "덧셈과 뺄셈(1)",
    "conceptId": "418",
    "preRequisiteConceptId": "416",
    "preRequisiteChapterName": ""
  },
  {
    "chapterName": "비교하기",
    "conceptId": "419",
    "preRequisiteChapterName": "",
    "preRequisiteConceptId": ""
  },
  ...more data folow
]

I have assigned the same data to the JSON Explorer, and I have confirmed that there is no issue with the JSON data.
스크린샷 2023-07-18 오후 3 51 31

2. see console to get any error message

There was nothing useful at console.

Questions

Is there a limit to the number of items that can be placed in the JSON Editor?
Do I need any additional configurations?

summary

  1. Json Editor not showing more data when scrolling down
  2. data is fine. Confirmed by json explorer
  3. Nothing useful at console
  4. limit to the number of items? or Need additional configurations?

thanks for help

@yomapi yomapi changed the title [BUG] Json Editor not showing data more than 35 items [BUG] Json Editor not showing more data when scrolling down Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant