1.0.3 • Published 3 years ago

test-table-component v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

test-table-component

A table component with the ability to select rows and download information from selected rows

NPM JavaScript Style Guide

Demo

Install

npm install --save test-table-component

Usage

import React, { Component } from 'react'

import TableComponent from 'test-table-component'
import 'test-table-component/dist/index.css'

class Example extends Component {
  render() {
    return (
      <TableComponent
        data={[
          {
            name: 'smss.exe',
            device: 'Stark',
            path: '\\Device\\HarddiskVolume2\\Windows\\System32\\smss.exe',
            status: 'scheduled'
          }
        ]}
      />
    )
  }
}

License

MIT © stmoreau

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago