Wijmo UI for the Web
showEditButton Field
wijmo.grid Namespace > IColumn Interface : showEditButton Field

Gets or sets a value indicating whether an Edit button is displayed in a command column.

Syntax
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: boolean
value = instance.showEditButton;
var showEditButton : boolean;
Example
$("#element").wijgrid({
   columns: [{
      showEditButton: true
   }]
});
See Also

Reference

IColumn Interface