wijmo.grid Namespace > IColumn Interface : showEditButton Field |
Gets or sets a value indicating whether an Edit button is displayed in a command column.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumn; var value; // Type: bool value = instance.showEditButton; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ showEditButton: true }] });