josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
818 stars 108 forks source link

How to display the table mode by default? #289

Closed EasonBeaty closed 1 year ago

EasonBeaty commented 1 year ago

TypeScript

declare enum Mode { text = "text", tree = "tree", table = "table" }

EasonBeaty commented 1 year ago

oh,sorry,I use vanilla-jsoneditor,

josdejong commented 1 year ago

See docs: https://github.com/josdejong/svelte-jsoneditor#properties

EasonBeaty commented 1 year ago

react frame

EasonBeaty commented 1 year ago

thx,It's that I didn't study it carefully,