mac-s-g / react-json-view

JSON viewer for react

Home Page:https://mac-s-g.github.io/react-json-view/demo/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to hide fields from view?

busterbogheart opened this issue · comments

Currently our solution is to save some fields in state and remove them from the initially-loaded JSON (adding back in later).

Ideally we can just set a CSS class on those fields, though, and hide them without modifying data.