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) {
|
function UsersTable({ items, onDelete }: UsersTableProps) {
|
||||||
const columns = useMemo(
|
const columns = useMemo(
|
||||||
() => [
|
() => [
|
||||||
columnHelper.accessor('first_name', {
|
|
||||||
id: 'first_name',
|
|
||||||
size: 400,
|
|
||||||
header: 'Имя'
|
|
||||||
}),
|
|
||||||
columnHelper.accessor('last_name', {
|
columnHelper.accessor('last_name', {
|
||||||
id: 'last_name',
|
id: 'last_name',
|
||||||
size: 400,
|
size: 400,
|
||||||
header: 'Фамилия'
|
header: 'Фамилия'
|
||||||
}),
|
}),
|
||||||
|
columnHelper.accessor('first_name', {
|
||||||
|
id: 'first_name',
|
||||||
|
size: 400,
|
||||||
|
header: 'Имя'
|
||||||
|
}),
|
||||||
columnHelper.display({
|
columnHelper.display({
|
||||||
id: 'actions',
|
id: 'actions',
|
||||||
size: 50,
|
size: 50,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user