feat: style bill form.

feat: add row and column of grid components.
This commit is contained in:
Ahmed Bouhuolia
2020-10-27 16:01:39 +02:00
parent 7558f68fa0
commit bb99a7694e
21 changed files with 631 additions and 246 deletions

View File

@@ -101,7 +101,7 @@ function AccountNameAccessor(row) {
<If condition={!row.active}>
<InactiveSemafro />
</If>
</If>
</>
);
}
@@ -270,7 +270,7 @@ function AccountsDataTable({
);
const selectionColumn = useMemo(
() => ({ minWidth: 45, width: 45, maxWidth: 45 }),
() => ({ minWidth: 40, width: 40, maxWidth: 40 }),
[],
);