json-viewer
json-viewer copied to clipboard
feat: add show all items
With maxDisplayLength=N, we limit items to N but, clicking on 'hidden X items...', we can only show N items at time.
Can add a feature to show all items?
I didn't support this because this would cause a performance issue. But I think if we support suspense here, this might could be better