active-table-dev
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -82,2 +82,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this.rowDropdown = { displaySettings: { isAvailable: true, openMethod: { cellClick: true } } }; | ||
this.files = { buttons: [{ export: { type: 'xls' } }] }; | ||
// setting header to true if above is undefined and vertical overflow is present | ||
@@ -84,0 +85,0 @@ // (using object to be able to set values without re-rendering the component) |
@@ -11,3 +11,4 @@ export class SheetJSInternalUtils { | ||
try { | ||
xlsxModule = await import('xlsx'); | ||
await import('https://cdn.sheetjs.com/xlsx-0.19.3/package/dist/xlsx.full.min.js'); | ||
xlsxModule = window.XLSX; | ||
} | ||
@@ -14,0 +15,0 @@ catch (err) { |
{ | ||
"name": "active-table-dev", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Framework agnostic table component for editable data experience", | ||
@@ -5,0 +5,0 @@ "main": "./dist/activeTable.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3395415
47447