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