dtable-sdk
Advanced tools
Comparing version 0.0.134 to 0.0.135
@@ -384,9 +384,8 @@ "use strict"; | ||
}, { | ||
key: "getShownColumns", | ||
value: function getShownColumns(table, view) { | ||
key: "getViewColumns", | ||
value: function getViewColumns(table, view) { | ||
var hidden_columns = view.hidden_columns; | ||
var shownColumns = table.columns.filter(function (column) { | ||
return table.columns.filter(function (column) { | ||
return hidden_columns.indexOf(column.key) === -1; | ||
}); | ||
return shownColumns; | ||
} | ||
@@ -393,0 +392,0 @@ }, { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.134", | ||
"version": "0.0.135", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.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
66462
1399