jspreadsheet 11.11.2 → 11.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +566 -566
- package/dist/jspreadsheet.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1152,6 +1152,8 @@ declare namespace jspreadsheet {
|
|
|
1152
1152
|
zoom?: number;
|
|
1153
1153
|
/** Detect column names from the data object given when the column names are not declared. Default: true */
|
|
1154
1154
|
autoNames?: boolean;
|
|
1155
|
+
/** Ignore Undefined Columns. Default: false */
|
|
1156
|
+
ignoreUndefinedColumns?: boolean;
|
|
1155
1157
|
}
|
|
1156
1158
|
|
|
1157
1159
|
interface SpreadsheetHTMLElement extends HTMLDivElement {
|