@onlayer/react-x-table

Advanced react material table component which is used in onlayer panel


License
MIT
Install
npm install @onlayer/react-x-table@1.0.11

Documentation

@pcihecklist/react-x-table

Advanced react material table component which is used in pcichecklist panel

NPM JavaScript Style Guide

Install

npm install --save @pcihecklist/react-x-table

Usage

import React, { Component } from 'react'

import MyComponent from '@pcihecklist/react-x-table'
import '@pcihecklist/react-x-table/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © pcichecklist