Wijmo UI for the Web
showEditButton Field
wijmo.grid Namespace > IC1CommandButtonFieldOptions 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.IC1CommandButtonFieldOptions;
var value; // Type: boolean
value = instance.showEditButton;
var showEditButton : boolean;
Example
$("#element").wijgrid({
   columns: [{
      showEditButton: true
   }]
});
See Also

Reference

IC1CommandButtonFieldOptions Interface