How to use the data.TemplateFactory.createTemplate function in data

To help you get started, we’ve selected a few data examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fanruan / intelli-swift-core / fbi_h5 / src / com / fr / bi / h5 / src / components / DetailTable / DetailTableComponentHelper.js View on Github external
constructor(props, context) {
        const {$widget, wId} = props;
        this.widget = WidgetFactory.createWidget($widget, wId, TemplateFactory.createTemplate(context.$template));
        this.data = [];
    }
github fanruan / intelli-swift-core / fbi_h5 / src / com / fr / bi / h5 / src / components / Table / TableComponentHelper.js View on Github external
constructor(props, context) {
        const {$widget, wId} = props;
        this.widget = WidgetFactory.createWidget($widget, wId, TemplateFactory.createTemplate(context.$template));
        this.data = [];
    }
github fanruan / intelli-swift-core / fbi_h5 / src / com / fr / bi / h5 / src / components / Settings / Dimensions / DimensionComponentHelper.js View on Github external
constructor(props, context) {
        this.widget = WidgetFactory.createWidget(props.$widget, props.wId, TemplateFactory.createTemplate(context.$template));
        this.wId = props.wId;
        this.dId = props.dId;
        this.dimension = this.widget.getDimensionByDimensionId(this.dId);
    }

data

A Javascript data representation library.

Unknown
Latest version published 12 years ago

Package Health Score

39 / 100
Full package analysis