This is a Tables antd by Phạm Văn Mẫn. Component details
import { Link } from 'react-router-dom' import { Button, Table, Popconfirm, Image } from 'antd' import Column from 'antd/lib/table/Column' <> ({ key: item.id, name: item.name, price: item.price, img: item.img, desc: item.desc, }))} > { return }}> { return ( remove(tags.key)} okText="Có" cancelText="Không" > ); }} >