Lines Matching refs:dataSource

14143       dataSource,
14176 dataSource = new _dataSource2.default(instance);
15043 dataSource.setData(priv.settings.data);
15322 …changes.push([input[i][0], prop, dataSource.getAtCell(recordTranslator.toPhysicalRow(input[i][0]),…
15356 …changes.push([input[i][0], input[i][1], dataSource.getAtCell(recordTranslator.toPhysicalRow(input[…
15613 datamap.dataSource = data;
15614 dataSource.data = data;
15615 dataSource.dataType = instance.dataType;
15616 dataSource.colToProp = datamap.colToProp.bind(datamap);
15617 dataSource.propToCol = datamap.propToCol.bind(datamap);
16194 data = dataSource.getData();
16196 data = dataSource.getByRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2));
16219 data = dataSource.getData(true);
16221 data = dataSource.getByRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2), true);
16238 return dataSource.getAtColumn(column);
16251 return dataSource.getAtRow(row);
16266 return dataSource.getAtCell(row, column);
17244 if (dataSource) {
17245 dataSource.destroy();
17247 dataSource = null;
33296 this.dataSource = this.instance.getSettings().data;
33301 if (this.dataSource && this.dataSource[0]) {
33302 this.duckSchema = this.recursiveDuckSchema(this.dataSource[0]);
33499 this.dataSource.push(row);
33528 data = this.dataSource,
33607 var data = this.dataSource;
33656 var data = this.dataSource;
33749 this.dataSource.splice(index, amount, element);
33765 var newData = this.dataSource.filter(function (row, index) {
33782 var dataRow = this.dataSource[row];
33823 value = prop(this.dataSource.slice(row, row + 1)[0]);
33866 var dataRow = this.dataSource[row];
33901 prop(this.dataSource.slice(row, row + 1)[0], value);
34140 this.dataSource = null;
34172 var dataSource = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
34187 this.data = dataSource;