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
- Host: GitHub
- URL: https://github.com/steelydylan/react-table-editor
- Owner: steelydylan
- License: mit
- Created: 2020-05-20T09:40:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T15:04:36.000Z (over 4 years ago)
- Last Synced: 2025-02-09T00:02:15.425Z (over 1 year ago)
- Language: TypeScript
- Size: 708 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/