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> }
Comments
Post a Comment