Hello
I have studied the tutorial on this page: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
very interesting, but i have stupid question: when i load a json file with over 1000 records, can i split results and add pagination or load more button?
in the tutorial is used XMLHttpRequest
thanks