0.1.6 • Published 6 years ago

@server-state/tablelike-table-cbm v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

tablelike-table-cbm

A CBM for the tablelike DF that provides a table visualization of said data structure.

It can get installed with

yarn add @server-state/tablelike-table-cbm

and then registered in the client-base's component-registry.js like this:

import Table from '@server-state/tablelike-table-cbm'

const components = {
    [...],
    table: Table
}
0.1.6

6 years ago

0.1.4

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago