Wijmo UI for the Web
showRowHeader Field
wijmo.grid Namespace > IWijgridOptions Interface : showRowHeader Field

A value indicating whether the row header is visible.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.showRowHeader;
var showRowHeader : boolean;
Example
$("#element").wijgrid({ showRowHeader: true });
See Also

Reference

IWijgridOptions Interface