1.0.6 • Published 5 months ago
@govardhan_jujaru/customreacttable v1.0.6
install
npm install @govardhan_jujaru/customreacttable
let data = {}, { }
impoort { SimpleTable } from "customreacttable"
<SimpleTable data={ data }>
import { TableWithDeleteButton } from "customreacttable"
<TableWithDeleteButton data={ data }>