wijmo.grid Namespace > IColumn Interface : buttonType Field |
Gets or sets the type of the button in the column. Possible values are "link", "button", "imageButton", "image".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumn; var value; // Type: string value = instance.buttonType; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ buttonType: "button" }]});