fix: UI/UX tweaks

This commit is contained in:
Sérgio Salgado 2021-12-21 19:37:26 +00:00
parent 5ff676553e
commit bcda275177
24 changed files with 200 additions and 146 deletions

View file

@ -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
}