buffet
buffet copied to clipboard
table rows with react element in cell
I would like put react component (lik <Button>) in cell row.
Or allow label in rowLinks, like:
rowLinks={[
{
icon: <FontAwesomeIcon icon={faPencilAlt} />,
label: "Edit",
}
]}
Thank you