feat: add multi-cassette UI
This commit is contained in:
parent
8a4f768957
commit
7920e50fd1
41 changed files with 1431 additions and 62 deletions
|
|
@ -37,6 +37,7 @@ const ETable = ({
|
|||
validationSchema,
|
||||
enableCreate,
|
||||
enableEdit,
|
||||
enableEditText,
|
||||
editWidth: outerEditWidth,
|
||||
enableDelete,
|
||||
deleteWidth = ACTION_COL_SIZE,
|
||||
|
|
@ -138,6 +139,7 @@ const ETable = ({
|
|||
const ctxValue = {
|
||||
elements,
|
||||
enableEdit,
|
||||
enableEditText,
|
||||
onEdit,
|
||||
clearError: () => setError(null),
|
||||
error: error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue