checkbox for table cell was added

This commit is contained in:
Vladimir Khvan 2023-04-16 15:16:43 +05:00
parent bad30b7465
commit 978f0ac136

View File

@ -38,11 +38,11 @@ export const HistoryTableRow = ({ eventData }) => {
return (
<TableRow contextOptions={contextOptions}>
<TableCell>
<TableCell>
<TableCell checked>
<Checkbox
className="table-container_row-checkbox"
onChange={() => {}}
isChecked={false}
isChecked={true}
title="TitleSelectFile"
label="abc"
/>