Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2366

Is it possible to render a react object in the definition of columns?

$
0
0

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


Viewing all articles
Browse latest Browse all 2366

Trending Articles