React react-data-table-component Add actions Button code example
Example: react-data-table-component api action button
{
name: "Actions",
cell: () => <Button raised primary onClick={this.handleAction}>Action</Button>,
ignoreRowClick: true,
allowOverflow: true,
button: true,
},