Skip to content

Is there a way to have an in-place edit link in a column ? #88

@MichaelF77

Description

@MichaelF77

I'd like to do something like this:

          columnOpts: [
		     {
		       render: function (data, row, type) {
		         return (<div>
		            <a href="#" onClick={that.handleEdit} id={"bEdit" + data} recordid={edit}>Edit</a>
					</div>);
		       },
		       target: "recordid"
		   }
		   ]

And when clicking "edit" - invoke editor just like "edit" button does in the top-left corner, but for selected row only.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions