🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-object-table-viewer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-object-table-viewer

react object table ui

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

react-object-table-viewer

Object render to table viewer

Live Demo

Installation

npm install -- save react-object-table-viewer

or

yarn add react-object-table-viewer

Usage

import ReactObjectTableViewer from 'react-object-table-viewer';

const App = () => {
  const data = {
    hello: 'world',
    abc: 123,
    array: ['1', '2', '3'],
  };

  return <>
    <ReactObjectTableViewer
      style={{
        fontSize: '14px',
      }}
      data={data}/>
  </>
};

License

MIT

FAQs

Package last updated on 24 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts