Wijmo UI for the Web
repeatHeader Field
wijmo.exporter Namespace > GridPdfSetting Interface : repeatHeader Field

A boolean value indicates whether repeat the grid header in each page. Used only for grid widget.

Syntax
var instance; // Type: wijmo.exporter.GridPdfSetting;
var value; // Type: boolean
value = instance.repeatHeader;
var repeatHeader : boolean;
See Also

Reference

GridPdfSetting Interface