Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions