javascript - How inserting button from event in cell (react-data-grid) -


is there way insert button(eg. button edit , delete) cell , click whole row? tried, such not working:

{     key: 'dontreading',     name: ' ',     width : 100,     resizable: true,     formatter : <span classname = "btn-group  btn-group-sm"> <button type = "button" classname="btn btn-primary custom-button-crud" onclick = {this.handledontreading.bind(this) } > edit page </button></span> } 

my table


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -