jspreadsheet 9.2.3 → 9.2.5
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 +1 -1
- package/dist/index.js +449 -448
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -752,7 +752,7 @@ declare namespace jspreadsheet {
|
|
|
752
752
|
freezeColumnControl?: boolean,
|
|
753
753
|
/** Enable freeze row manual control. Default: false */
|
|
754
754
|
freezeRowControl?: boolean,
|
|
755
|
-
/**
|
|
755
|
+
/** Deprecated. Call orderBy inside onload. */
|
|
756
756
|
orderBy?: [number, boolean];
|
|
757
757
|
/** Worksheet Unique Id. */
|
|
758
758
|
worksheetId?: string;
|