1.4.2 • Published 3 years ago

@sikka/tawila v1.4.2

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

Tawila

Custom Table Component

NPM NPM JavaScript Style Guide

Install

npm install --save @sikka/tawila

Usage

import React, { Component } from 'react'

import { CustomTable } from '@sikka/tawila'
import 'tawila/dist/index.css' //Still in progress

class Example extends Component {
  render() {
    return (
      <CustomTable
        rowKeys={
          [
            // array of objects
            // documenting in progress
          ]
        }
        dataColumns={
          [
            // documenting in progress
          ]
        }
      />
    )
  }
}

License

MIT © SIKKA SOFTWARE

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago