An open API service indexing awesome lists of open source software.

https://github.com/steelydylan/react-table-editor

table edit UI with React forked from a-table.js
https://github.com/steelydylan/react-table-editor

Last synced: about 1 year ago
JSON representation

table edit UI with React forked from a-table.js

Awesome Lists containing this project

README

          

# react-table-editor

forked from https://github.com/appleple/a-table.js

## usage

```ts
import * as React from 'react';
import { TableEditor } from 'react-table-editor'
import { render } from 'react-dom'

const html = `

test
test
test


test
test
test


test
test
test

`

const btns = [
{
tag: 'strong',
className: 'hoge',
icon: ボタン
},
{
tag: 'a',
className: 'test',
icon: リンク
}
]

render( console.log(html)}
/>, document.getElementById('main'));
```

## Special Thanks

This repository was made thanks to Karakuri!!

https://karakuri.ai/