|
|
|
|
@ -57,7 +57,10 @@ export const Table = React.memo(
|
|
|
|
|
>
|
|
|
|
|
<AntdTable
|
|
|
|
|
size="small"
|
|
|
|
|
className="table__wrapper"
|
|
|
|
|
className={twMerge(
|
|
|
|
|
"table__wrapper",
|
|
|
|
|
tableState.fullScreen && "table__wrapper__fullScreen"
|
|
|
|
|
)}
|
|
|
|
|
locale={{ emptyText: <Empty description="Нет данных" /> }}
|
|
|
|
|
pagination={{
|
|
|
|
|
pageSize,
|
|
|
|
|
|