Hi all,
I would like to do this:
data: null,
render: () => {
return <DefaultButton onClick={(e) => this.Buttonclick(e)} text="Open Modal" />
But it give me object, object
Is it possible to do this and put the button in the columns?
Thank you