wijmo.grid Namespace > IColumn Interface : editCommand Field |
Represents options of an Edit command button.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.editCommand; |
Javascript (Specification) | |
---|---|
var editCommand : ICommandButton; |
$("#element").wijgrid({ columns: [{ editCommand: { text: "Edit!" } }] });