fix: UI/UX tweaks
This commit is contained in:
parent
5ff676553e
commit
bcda275177
24 changed files with 200 additions and 146 deletions
|
|
@ -56,7 +56,8 @@ const ETable = ({
|
|||
sortBy,
|
||||
createText = 'Add override',
|
||||
forceAdd = false,
|
||||
tbodyWrapperClass
|
||||
tbodyWrapperClass,
|
||||
orderedBy = null
|
||||
}) => {
|
||||
const [editingId, setEditingId] = useState(null)
|
||||
const [adding, setAdding] = useState(false)
|
||||
|
|
@ -155,6 +156,7 @@ const ETable = ({
|
|||
actionColSize,
|
||||
stripeWhen,
|
||||
forceAdd,
|
||||
orderedBy,
|
||||
DEFAULT_COL_SIZE
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue