) => {
return (
);
},
},
],
[addHandler, control, deleteHandler],
);
const values = watch('metaInfo');
return (
<>
data={values}
columns={COLUMNS}
emptyDataRowText="No meta"
style={{
'thead tr th': { zIndex: 1 },
td: { padding: 0 },
}}
rowStyle={{
hover: { backgroundColor: '#f7f7f7' },
active: { backgroundColor: '#f5f5f5' },
}}
/>
>
);
}