json-viewer icon indicating copy to clipboard operation
json-viewer copied to clipboard

feat: add show all items

Open rtritto opened this issue 2 years ago • 1 comments

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?

rtritto avatar Jan 13 '23 00:01 rtritto

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

himself65 avatar Mar 18 '23 10:03 himself65