json-edit-in-table
v1.0.32
Published
json edit component based on ant design Table component
Readme
使用方式
import JsonDeit from 'json-edit-in-table';
export default function({jsonData, jsonDesc, setFunc}) {
return <JsonDeit {...{jsonData, jsonDesc, setFunc}} />
}jsonData格式
TO BE CONTINUED...jsonDesc格式
TO BE CONTINUED...