mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Small UI fix
This commit is contained in:
parent
c258af66cb
commit
a9fbcab73b
|
@ -17,16 +17,16 @@ const columnHelper = createColumnHelper<IUserInfo>();
|
|||
function UsersTable({ items, onDelete }: UsersTableProps) {
|
||||
const columns = useMemo(
|
||||
() => [
|
||||
columnHelper.accessor('first_name', {
|
||||
id: 'first_name',
|
||||
size: 400,
|
||||
header: 'Имя'
|
||||
}),
|
||||
columnHelper.accessor('last_name', {
|
||||
id: 'last_name',
|
||||
size: 400,
|
||||
header: 'Фамилия'
|
||||
}),
|
||||
columnHelper.accessor('first_name', {
|
||||
id: 'first_name',
|
||||
size: 400,
|
||||
header: 'Имя'
|
||||
}),
|
||||
columnHelper.display({
|
||||
id: 'actions',
|
||||
size: 50,
|
||||
|
|
Loading…
Reference in New Issue
Block a user