dtable-sdk
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -409,2 +409,9 @@ "use strict"; | ||
} | ||
}, { | ||
key: "getTableFormulaResults", | ||
value: function getTableFormulaResults(table, rows) { | ||
var formulaColumns = _dtableStore.Views.getAllFormulaColumns(table.columns); | ||
return _dtableStore.Views.getTableFormulaResults(table, formulaColumns, rows); | ||
} | ||
}]); | ||
@@ -411,0 +418,0 @@ |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/dtable.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191616
4814