Wijmo UI for the Web
onlyCurrentPage Field
wijmo.exporter Namespace > GridExportSetting Interface : onlyCurrentPage Field

A boolean value indicates whether only export the data in current page when grid uses the paging. If not set, it works as true.

Syntax
var instance; // Type: wijmo.exporter.GridExportSetting;
var value; // Type: boolean
value = instance.onlyCurrentPage;
var onlyCurrentPage : boolean;
See Also

Reference

GridExportSetting Interface