v7.3.0
SupportExamplesFree Trial

PrintMixin
Mixin

Mixin implementing print functionality to PdfExport feature. This mixin is applied to the Print feature class and provides the print and showPrintDialog methods.

// Print is available via the Print feature
const grid = new Grid({
    features : {
        print : true
    }
});

// Trigger printing grid.print();

See also

No results

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    Source path

    Grid/feature/export/mixin/PrintMixin.js

    Contents