-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Current State
I'v assigned a array that have more than 200 items.
Problem: Not showing all data.

Expected Behavior
Assign data to JSON Editor, and display all data without any problem
Steps to reproduce
- Unzip the test.json.zip file
- import app by using test.json
- browse "test.csv" file using "browse button"
- Json Editor not showing all data
NOTE: There is some JS script at file upload button's on change event handler
Environment
Self Host on EC2 using Docker all in one image
Instance type: t3.medium
OS: Ubuntu
Additional Information
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.
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
- Json Editor not showing all data
- data is fine. Confirmed by json explorer
- Nothing useful at console
- limit to the number of items? or Need additional configurations?
thanks for help
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Done