I would like put react component (lik `<Button>`) in cell row. Or allow label in rowLinks, like: ```js rowLinks={[ { icon: <FontAwesomeIcon icon={faPencilAlt} />, label: "Edit", } ]} ``` Thank you
I would like put react component (lik
<Button>) in cell row.Or allow label in rowLinks, like:
Thank you