jspreadsheet 9.1.22 → 9.1.24
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/README.md +397 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.js +436 -436
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,397 @@
|
|
|
1
|
+
# Jspreasheet Pro v9: The JavaScript spreadsheet
|
|
2
|
+
|
|
3
|
+
<b>Jexcel</b> has been renamed to <b>Jspreadsheet</b>
|
|
4
|
+
|
|
5
|
+
<img src='https://jspreadsheet.com/templates/v8/img/the-spreadsheet.png' align="right" width="40%">
|
|
6
|
+
|
|
7
|
+
Jspreadsheet, a lightweight Vanilla JavaScript data grid plugin, can help you create exceptional web-based interactive tables and spreadsheets. Compatible with most widely-used spreadsheet software, such as Excel or Google Spreadsheet, it offers users an unrivalled Excel-like user experience. It also works well with prominent modern frameworks and flexibly utilizes a large collection of events, extensions and configurations to meet different application requirements. Impress your clients with a better user experience and a great dynamic interactive data management tool.
|
|
8
|
+
|
|
9
|
+
Impress your clients with a better user experience and a great dynamic interactive data grid management tool.
|
|
10
|
+
|
|
11
|
+
* Make rich and user-friendly web interfaces and applications
|
|
12
|
+
* Handle complicated data inputs with ease and convenience
|
|
13
|
+
* Common shortcuts to move data from/to any other spreadsheet software
|
|
14
|
+
* Improve software user experience
|
|
15
|
+
* Create rich CRUDS and beautiful UI
|
|
16
|
+
* Highly flexible and customizable
|
|
17
|
+
* Lightweight and simple to use
|
|
18
|
+
* Thousands of successful user cases
|
|
19
|
+
* Interactive JavaScript data grid
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<br>
|
|
23
|
+
|
|
24
|
+
<h2>Technical Support</h2>
|
|
25
|
+
For technical support or questiosn you can use the following option:
|
|
26
|
+
https://github.com/jspreadsheet/pro/issues
|
|
27
|
+
|
|
28
|
+
<br>
|
|
29
|
+
|
|
30
|
+
<h2>License & Pricing</h2>
|
|
31
|
+
Jspreadsheet Pro requires a license, for more information:
|
|
32
|
+
https://jspreadsheet.com/me/pricing
|
|
33
|
+
|
|
34
|
+
<br>
|
|
35
|
+
|
|
36
|
+
<h2>Start your free trial now</h2>
|
|
37
|
+
After you create a free account, you will receive specific instructions on how to download and start using Jspreadsheet. There is no time limit for your evaluation period; you will need a valid license only when you are ready to deploy your applications.
|
|
38
|
+
|
|
39
|
+
https://jspreadsheet.com/me/login?create
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Tools
|
|
43
|
+
- [LemonadeJS Reactive Library](https://lemonadejs.net)
|
|
44
|
+
|
|
45
|
+
## jSuites
|
|
46
|
+
|
|
47
|
+
### Image cropper
|
|
48
|
+
|
|
49
|
+
#### Documentation
|
|
50
|
+
|
|
51
|
+
* [Getting started](https://jsuites.net/v4/image-cropper)
|
|
52
|
+
* [Quick reference](https://jsuites.net/v4/image-cropper/quick-reference)
|
|
53
|
+
|
|
54
|
+
#### Examples
|
|
55
|
+
|
|
56
|
+
* [Rotate and zoom](https://jsuites.net/v4/image-cropper/rotate-and-zoom)
|
|
57
|
+
* [Brightness and contrast](https://jsuites.net/v4/image-cropper/brightness-and-contrast-filters "Brightness and contrast")
|
|
58
|
+
|
|
59
|
+
#### Integrations
|
|
60
|
+
|
|
61
|
+
* [React integration](https://jsuites.net/v4/image-cropper/react-component)
|
|
62
|
+
* [Vue integration](https://jsuites.net/v4/image-cropper/image-cropper-vue-example)
|
|
63
|
+
* [Angular integration](https://jsuites.net/v4/image-cropper/image-cropper-angular-example)
|
|
64
|
+
|
|
65
|
+
### Javascript Template
|
|
66
|
+
|
|
67
|
+
#### Documentation
|
|
68
|
+
|
|
69
|
+
* [Getting started](https://jsuites.net/v4/javascript-template)
|
|
70
|
+
* [Quick reference](https://jsuites.net/v4/javascript-template/quick-reference)
|
|
71
|
+
|
|
72
|
+
#### Examples
|
|
73
|
+
|
|
74
|
+
* [Basic](https://jsuites.net/v4/javascript-template/basic)
|
|
75
|
+
* [Pagination and Searching](https://jsuites.net/v4/javascript-template/pagination-and-searching)
|
|
76
|
+
* [Methods](https://jsuites.net/v4/javascript-template/methods)
|
|
77
|
+
* [Event Handling](https://jsuites.net/v4/javascript-template/event-handling)
|
|
78
|
+
|
|
79
|
+
### JavaScript Organogram
|
|
80
|
+
|
|
81
|
+
#### Documentation
|
|
82
|
+
|
|
83
|
+
* [Getting started](https://jsuites.net/v4/organogram)
|
|
84
|
+
* [Quick Reference](https://jsuites.net/v4/organogram/quick-reference)
|
|
85
|
+
|
|
86
|
+
#### Examples
|
|
87
|
+
|
|
88
|
+
* [Basic](https://jsuites.net/v4/organogram/basic)
|
|
89
|
+
* [Methods](https://jsuites.net/v4/organogram/methods)
|
|
90
|
+
|
|
91
|
+
#### Integrations
|
|
92
|
+
|
|
93
|
+
* [React organogram](https://jsuites.net/v4/organogram/organogram-with-react)
|
|
94
|
+
* [Vue organogram](https://jsuites.net/v4/organogram/organogram-with-vue)
|
|
95
|
+
* [Angular organogram](https://jsuites.net/v4/organogram/organogram-with-angular)
|
|
96
|
+
|
|
97
|
+
### Javascript Heatmap
|
|
98
|
+
|
|
99
|
+
#### Documentation
|
|
100
|
+
|
|
101
|
+
* [Getting started](https://jsuites.net/v4/heatmap)
|
|
102
|
+
* [Quick reference](https://jsuites.net/v4/heatmap/quick-reference)
|
|
103
|
+
|
|
104
|
+
#### Examples
|
|
105
|
+
|
|
106
|
+
* [Basic](https://jsuites.net/v4/heatmap/basic)
|
|
107
|
+
* [Colors](https://jsuites.net/v4/heatmap/colors)
|
|
108
|
+
* [Title and tooltip](https://jsuites.net/v4/heatmap/title-and-tooltip)
|
|
109
|
+
|
|
110
|
+
### Core features
|
|
111
|
+
|
|
112
|
+
#### Core
|
|
113
|
+
|
|
114
|
+
* [Ajax requests](https://jsuites.net/v4/core/ajax)
|
|
115
|
+
* [Animations](https://jsuites.net/v4/core/animations)
|
|
116
|
+
* [Toast](https://jsuites.net/v4/core/javascript-toast)
|
|
117
|
+
* [Loading spin](https://jsuites.net/v4/core/loading-spin)
|
|
118
|
+
* [Drag and drop](https://jsuites.net/v4/core/js-drag-and-drop)
|
|
119
|
+
|
|
120
|
+
#### Helpers
|
|
121
|
+
|
|
122
|
+
* [Push to refresh](https://jsuites.net/v4/core/push-to-refresh)
|
|
123
|
+
* [Custom scroll](https://jsuites.net/v4/core/scroll)
|
|
124
|
+
* [Generic lazy loading](https://jsuites.net/v4/core/lazy-loading)
|
|
125
|
+
* [File upload](https://jsuites.net/v4/core/files)
|
|
126
|
+
|
|
127
|
+
### JavaScript Dropdown
|
|
128
|
+
|
|
129
|
+
#### Documentation
|
|
130
|
+
|
|
131
|
+
* [Getting started](https://jsuites.net/v4/dropdown-and-autocomplete)
|
|
132
|
+
* [Quick Reference](https://jsuites.net/v4/dropdown-and-autocomplete/quick-reference)
|
|
133
|
+
|
|
134
|
+
#### Examples
|
|
135
|
+
|
|
136
|
+
* [Basic](https://jsuites.net/v4/dropdown-and-autocomplete/basic)
|
|
137
|
+
* [Multiple options](https://jsuites.net/v4/dropdown-and-autocomplete/multiple)
|
|
138
|
+
* [Large sample](https://jsuites.net/v4/dropdown-and-autocomplete/large-sample)
|
|
139
|
+
* [Remote search](https://jsuites.net/v4/dropdown-and-autocomplete/remote-search)
|
|
140
|
+
* [Add new option](https://jsuites.net/v4/dropdown-and-autocomplete/new-options)
|
|
141
|
+
* [Images](https://jsuites.net/v4/dropdown-and-autocomplete/images)
|
|
142
|
+
* [Colors](https://jsuites.net/v4/dropdown-and-autocomplete/colors)
|
|
143
|
+
* [Countries](https://jsuites.net/v4/dropdown-and-autocomplete/countries)
|
|
144
|
+
* [Grouping elements](https://jsuites.net/v4/dropdown-and-autocomplete/grouping-elements)
|
|
145
|
+
* [Events](https://jsuites.net/v4/dropdown-and-autocomplete/events)
|
|
146
|
+
* [Methods](https://jsuites.net/v4/dropdown-and-autocomplete/methods)
|
|
147
|
+
* [Mobile rendering](https://jsuites.net/v4/dropdown-and-autocomplete/mobile)
|
|
148
|
+
|
|
149
|
+
#### Integrations
|
|
150
|
+
|
|
151
|
+
* [React dropdown](https://jsuites.net/v4/dropdown-and-autocomplete/javascript-dropdown-with-react)
|
|
152
|
+
* [Vue dropdown](https://jsuites.net/v4/dropdown-and-autocomplete/javascript-dropdown-with-vue)
|
|
153
|
+
* [Angular dropdown](https://jsuites.net/v4/dropdown-and-autocomplete/javascript-dropdown-with-angular)
|
|
154
|
+
|
|
155
|
+
### JavaScript Calendar
|
|
156
|
+
|
|
157
|
+
#### Documentation
|
|
158
|
+
|
|
159
|
+
* [Getting started](https://jsuites.net/v4/javascript-calendar)
|
|
160
|
+
* [Quick Reference](https://jsuites.net/v4/javascript-calendar/quick-reference)
|
|
161
|
+
|
|
162
|
+
#### Examples
|
|
163
|
+
|
|
164
|
+
* [Basic](https://jsuites.net/v4/javascript-calendar/basic)
|
|
165
|
+
* [Time picker](https://jsuites.net/v4/javascript-calendar/time-picker)
|
|
166
|
+
* [Year and month picker](https://jsuites.net/v4/javascript-calendar/year-month)
|
|
167
|
+
* [Events](https://jsuites.net/v4/javascript-calendar/events)
|
|
168
|
+
* [Valid range](https://jsuites.net/v4/javascript-calendar/valid-range)
|
|
169
|
+
* [International](https://jsuites.net/v4/javascript-calendar/international)
|
|
170
|
+
* [Methods](https://jsuites.net/v4/javascript-calendar/methods)
|
|
171
|
+
* [Inline calendar](https://jsuites.net/v4/javascript-calendar/inline)
|
|
172
|
+
* [Mobile rendering](https://jsuites.net/v4/javascript-calendar/mobile)
|
|
173
|
+
|
|
174
|
+
#### Integrations
|
|
175
|
+
|
|
176
|
+
* [React calendar](https://jsuites.net/v4/javascript-calendar/javascript-calendar-with-react)
|
|
177
|
+
* [Vue calendar](https://jsuites.net/v4/javascript-calendar/javascript-calendar-with-vue)
|
|
178
|
+
* [Angular calendar](https://jsuites.net/v4/javascript-calendar/javascript-calendar-with-angular)
|
|
179
|
+
|
|
180
|
+
### Tags and keywords
|
|
181
|
+
|
|
182
|
+
#### Documentation
|
|
183
|
+
|
|
184
|
+
* [Getting started](https://jsuites.net/v4/javascript-tags)
|
|
185
|
+
* [Quick Reference](https://jsuites.net/v4/javascript-tags/quick-reference)
|
|
186
|
+
|
|
187
|
+
#### Examples
|
|
188
|
+
|
|
189
|
+
* [Basic](https://jsuites.net/v4/javascript-tags/basic)
|
|
190
|
+
* [Suggestions](https://jsuites.net/v4/javascript-tags/remote-search)
|
|
191
|
+
* [Events](https://jsuites.net/v4/javascript-tags/events)
|
|
192
|
+
* [Validations](https://jsuites.net/v4/javascript-tags/validations)
|
|
193
|
+
|
|
194
|
+
#### Integrations
|
|
195
|
+
|
|
196
|
+
* [React tags](https://jsuites.net/v4/javascript-tags/javascript-tags-with-react)
|
|
197
|
+
* [Vue tags](https://jsuites.net/v4/javascript-tags/javascript-tags-with-vue)
|
|
198
|
+
* [Angular tags](https://jsuites.net/v4/javascript-tags/javascript-tags-with-angular)
|
|
199
|
+
|
|
200
|
+
### JavaScript tabs plugin
|
|
201
|
+
|
|
202
|
+
#### Documentation
|
|
203
|
+
|
|
204
|
+
* [Getting started](https://jsuites.net/v4/javascript-tabs)
|
|
205
|
+
* [Quick Reference](https://jsuites.net/v4/javascript-tabs/quick-reference)
|
|
206
|
+
|
|
207
|
+
#### Examples
|
|
208
|
+
|
|
209
|
+
* [Basic](https://jsuites.net/v4/javascript-tabs/basic)
|
|
210
|
+
* [Style](https://jsuites.net/v4/javascript-tabs/style)
|
|
211
|
+
* [Headers with icons](https://jsuites.net/v4/javascript-tabs/icons)
|
|
212
|
+
* [Remote content](https://jsuites.net/v4/javascript-tabs/remote)
|
|
213
|
+
* [Events](https://jsuites.net/v4/javascript-tabs/events)
|
|
214
|
+
* [Methods](https://jsuites.net/v4/javascript-tabs/methods)
|
|
215
|
+
|
|
216
|
+
### Color picker plugin
|
|
217
|
+
|
|
218
|
+
#### Documentation
|
|
219
|
+
|
|
220
|
+
* [Getting started](https://jsuites.net/v4/color-picker)
|
|
221
|
+
* [Quick Reference](https://jsuites.net/v4/color-picker/quick-reference)
|
|
222
|
+
|
|
223
|
+
#### Examples
|
|
224
|
+
|
|
225
|
+
* [Basic](https://jsuites.net/v4/color-picker/basic)
|
|
226
|
+
* [Events](https://jsuites.net/v4/color-picker/events)
|
|
227
|
+
* [Custom colors](https://jsuites.net/v4/color-picker/custom-colors)
|
|
228
|
+
* [Palettes](https://jsuites.net/v4/color-picker/color-palettes)
|
|
229
|
+
* [Responsive](https://jsuites.net/v4/color-picker/mobile)
|
|
230
|
+
|
|
231
|
+
#### Examples
|
|
232
|
+
|
|
233
|
+
* [React color picker](https://jsuites.net/v4/color-picker/javascript-color-picker-with-react)
|
|
234
|
+
* [Vue color picker](https://jsuites.net/v4/color-picker/javascript-color-picker-with-vue)
|
|
235
|
+
* [Angular color picker](https://jsuites.net/v4/color-picker/javascript-color-picker-with-angular)
|
|
236
|
+
|
|
237
|
+
### Context menu plugin
|
|
238
|
+
|
|
239
|
+
#### Documentation
|
|
240
|
+
|
|
241
|
+
* [Getting started](https://jsuites.net/v4/contextmenu)
|
|
242
|
+
* [Quick Reference](https://jsuites.net/v4/contextmenu/quick-reference)
|
|
243
|
+
|
|
244
|
+
#### Examples
|
|
245
|
+
|
|
246
|
+
* [Basic](https://jsuites.net/v4/contextmenu/basic)
|
|
247
|
+
* [Vanilla example](https://jsuites.net/v4/contextmenu/vanilla)
|
|
248
|
+
* [Icons](https://jsuites.net/v4/contextmenu/icons)
|
|
249
|
+
* [Submenu](https://jsuites.net/v4/contextmenu/submenu)
|
|
250
|
+
|
|
251
|
+
### Input mask plugin
|
|
252
|
+
|
|
253
|
+
#### Documentation
|
|
254
|
+
|
|
255
|
+
* [Getting started](https://jsuites.net/v4/javascript-mask)
|
|
256
|
+
* [Quick reference](https://jsuites.net/v4/javascript-mask/quick-reference)
|
|
257
|
+
|
|
258
|
+
#### Examples
|
|
259
|
+
|
|
260
|
+
* [Basic](https://jsuites.net/v4/javascript-mask/basic)
|
|
261
|
+
* [Events](https://jsuites.net/v4/javascript-mask/events)
|
|
262
|
+
* [Programmatically updates](https://jsuites.net/v4/javascript-mask/programmatically-updates)
|
|
263
|
+
|
|
264
|
+
### JavaScript Modal
|
|
265
|
+
|
|
266
|
+
#### Documentation
|
|
267
|
+
|
|
268
|
+
* [Getting started](https://jsuites.net/v4/modal)
|
|
269
|
+
* [Quick reference](https://jsuites.net/v4/modal/quick-reference)
|
|
270
|
+
|
|
271
|
+
#### Examples
|
|
272
|
+
|
|
273
|
+
* [Basic](https://jsuites.net/v4/modal/basic)
|
|
274
|
+
* [Events](https://jsuites.net/v4/modal/events)
|
|
275
|
+
* [React modal](https://jsuites.net/v4/modal/javascript-modal-with-react)
|
|
276
|
+
|
|
277
|
+
### Rich HTML Forms
|
|
278
|
+
|
|
279
|
+
#### Documentation
|
|
280
|
+
|
|
281
|
+
* [Getting started](https://jsuites.net/v4/rich-form)
|
|
282
|
+
* [Quick reference](https://jsuites.net/v4/rich-form/quick-reference)
|
|
283
|
+
|
|
284
|
+
#### Examples
|
|
285
|
+
|
|
286
|
+
* [Tracking changes](https://jsuites.net/v4/rich-form/tracking-for-form-changes)
|
|
287
|
+
* [Updates](https://jsuites.net/v4/rich-form/methods)
|
|
288
|
+
* [Validations](https://jsuites.net/v4/rich-form/validations)
|
|
289
|
+
|
|
290
|
+
### JavaScript rating plugin
|
|
291
|
+
|
|
292
|
+
#### Documentation
|
|
293
|
+
|
|
294
|
+
* [Getting started](https://jsuites.net/v4/rating)
|
|
295
|
+
* [Quick reference](https://jsuites.net/v4/rating/quick-reference)
|
|
296
|
+
|
|
297
|
+
#### Examples
|
|
298
|
+
|
|
299
|
+
* [Events](https://jsuites.net/v4/rating/events)
|
|
300
|
+
|
|
301
|
+
#### Integrations
|
|
302
|
+
|
|
303
|
+
* [React Rating](https://jsuites.net/v4/rating/javascript-rating-with-react)
|
|
304
|
+
* [Vue Rating](https://jsuites.net/v4/rating/javascript-rating-with-vue)
|
|
305
|
+
* [Angular Rating](https://jsuites.net/v4/rating/javascript-rating-with-angular)
|
|
306
|
+
|
|
307
|
+
### JavaScript toolbar
|
|
308
|
+
|
|
309
|
+
#### Documentation
|
|
310
|
+
|
|
311
|
+
* [Getting started](https://jsuites.net/v4/toolbar)
|
|
312
|
+
* [Quick reference](https://jsuites.net/v4/toolbar/quick-reference)
|
|
313
|
+
|
|
314
|
+
#### Examples
|
|
315
|
+
|
|
316
|
+
* [Fontawsome](https://jsuites.net/v4/toolbar/fontawsome)
|
|
317
|
+
* [Custom icons](https://jsuites.net/v4/toolbar/custom-icons)
|
|
318
|
+
|
|
319
|
+
### Text editor plugin
|
|
320
|
+
|
|
321
|
+
#### Documentation
|
|
322
|
+
|
|
323
|
+
* [Getting started](https://jsuites.net/v4/text-editor)
|
|
324
|
+
* [Quick reference](https://jsuites.net/v4/text-editor/quick-reference)
|
|
325
|
+
|
|
326
|
+
#### Examples
|
|
327
|
+
|
|
328
|
+
* [Basic](https://jsuites.net/v4/text-editor/basic)
|
|
329
|
+
* [Custom toolbar](https://jsuites.net/v4/text-editor/custom-toolbar)
|
|
330
|
+
* [Dropping zone](https://jsuites.net/v4/text-editor/dropping-zone)
|
|
331
|
+
* [URL Snippets](https://jsuites.net/v4/text-editor/website-snippet)
|
|
332
|
+
|
|
333
|
+
### Picker plugin
|
|
334
|
+
|
|
335
|
+
#### Documentation
|
|
336
|
+
|
|
337
|
+
* [Getting started](https://jsuites.net/v4/picker)
|
|
338
|
+
* [Quick reference](https://jsuites.net/v4/picker/quick-reference)
|
|
339
|
+
|
|
340
|
+
#### Examples
|
|
341
|
+
|
|
342
|
+
* [Basic](https://jsuites.net/v4/picker/basic)
|
|
343
|
+
* [Stylize options](https://jsuites.net/v4/picker/stylize-options)
|
|
344
|
+
* [Static front](https://jsuites.net/v4/picker/static-front)
|
|
345
|
+
* [Handle changes](https://jsuites.net/v4/picker/handle-changes)
|
|
346
|
+
|
|
347
|
+
#### Integrations
|
|
348
|
+
|
|
349
|
+
* [React Picker](https://jsuites.net/v4/picker/picker-with-react)
|
|
350
|
+
* [Vue Picker](https://jsuites.net/v4/picker/picker-with-vue)
|
|
351
|
+
* [Angular Picker](https://jsuites.net/v4/picker/picker-with-angular)
|
|
352
|
+
|
|
353
|
+
### Image slider plugin
|
|
354
|
+
|
|
355
|
+
#### Documentation
|
|
356
|
+
|
|
357
|
+
* [Getting started](https://jsuites.net/v4/image-slider)
|
|
358
|
+
* [Quick reference](https://jsuites.net/v4/image-slider/quick-reference)
|
|
359
|
+
|
|
360
|
+
#### Examples
|
|
361
|
+
|
|
362
|
+
* [Basic](https://jsuites.net/v4/image-slider/basic)
|
|
363
|
+
|
|
364
|
+
### All Components
|
|
365
|
+
|
|
366
|
+
#### Core
|
|
367
|
+
|
|
368
|
+
* [Ajax requests](https://jsuites.net/v4/core/ajax)
|
|
369
|
+
* [Animations](https://jsuites.net/v4/core/animations)
|
|
370
|
+
* [Toast](https://jsuites.net/v4/core/javascript-toast)
|
|
371
|
+
* [Loading spin](https://jsuites.net/v4/core/loading-spin)
|
|
372
|
+
* [Drag and drop](https://jsuites.net/v4/core/js-drag-and-drop)
|
|
373
|
+
|
|
374
|
+
#### Extensions
|
|
375
|
+
|
|
376
|
+
* [Cropper](https://jsuites.net/v4/image-cropper)
|
|
377
|
+
* [Template](https://jsuites.net/v4/javascript-template)
|
|
378
|
+
* [Organogram](https://jsuites.net/v4/organogram)
|
|
379
|
+
* [Heatmap](https://jsuites.net/v4/heatmap)
|
|
380
|
+
|
|
381
|
+
#### Components
|
|
382
|
+
|
|
383
|
+
* [Calendar](https://jsuites.net/v4/javascript-calendar)
|
|
384
|
+
* [Color picker](https://jsuites.net/v4/color-picker)
|
|
385
|
+
* [Context menu](https://jsuites.net/v4/contextmenu)
|
|
386
|
+
* [Dropdown](https://jsuites.net/v4/dropdown-and-autocomplete)
|
|
387
|
+
* [Mask](https://jsuites.net/v4/javascript-mask)
|
|
388
|
+
* [Modal](https://jsuites.net/v4/modal)
|
|
389
|
+
* [Picker](https://jsuites.net/v4/picker)
|
|
390
|
+
* [Rating](https://jsuites.net/v4/rating)
|
|
391
|
+
* [Rich forms](https://jsuites.net/v4/rich-form)
|
|
392
|
+
* [Richtext](https://jsuites.net/v4/text-editor)
|
|
393
|
+
* [Slider](https://jsuites.net/v4/image-slider)
|
|
394
|
+
* [Tags](https://jsuites.net/v4/javascript-tags)
|
|
395
|
+
* [Tabs](https://jsuites.net/v4/javascript-tabs)
|
|
396
|
+
* [Toolbars](https://jsuites.net/v4/toolbar)
|
|
397
|
+
|
package/dist/index.d.ts
CHANGED
|
@@ -518,7 +518,7 @@ declare namespace jspreadsheet {
|
|
|
518
518
|
csvDelimiter?: string;
|
|
519
519
|
/** Allow column sorting */
|
|
520
520
|
columnSorting?: boolean;
|
|
521
|
-
/** Sorting the column on dblclick in the header. Default:
|
|
521
|
+
/** Sorting the column on dblclick in the header. Default: true */
|
|
522
522
|
columnSortingOnDblClick?: boolean;
|
|
523
523
|
/** Allow column dragging */
|
|
524
524
|
columnDrag?: boolean;
|
|
@@ -858,13 +858,13 @@ declare namespace jspreadsheet {
|
|
|
858
858
|
/** Array with the header DOM elements */
|
|
859
859
|
headers: Array<HTMLElement>;
|
|
860
860
|
/** Hide column */
|
|
861
|
-
hideColumn: (column: number) => void;
|
|
861
|
+
hideColumn: (column: number|number[]) => void;
|
|
862
862
|
/** Hide the filters */
|
|
863
863
|
hideFilter: () => void;
|
|
864
864
|
/** Hide index column */
|
|
865
865
|
hideIndex: () => void;
|
|
866
866
|
/** Hide row */
|
|
867
|
-
hideRow: (row: number) => void;
|
|
867
|
+
hideRow: (row: number|number[]) => void;
|
|
868
868
|
/** Hide the search container */
|
|
869
869
|
hideSearch: () => void;
|
|
870
870
|
/** Add a new column */
|
|
@@ -1033,13 +1033,13 @@ declare namespace jspreadsheet {
|
|
|
1033
1033
|
/** Set the width of one column by its position */
|
|
1034
1034
|
setWidth: (col: number, width: number) => void;
|
|
1035
1035
|
/** Show column */
|
|
1036
|
-
showColumn: (column: number) => void;
|
|
1036
|
+
showColumn: (column: number|number[]) => void;
|
|
1037
1037
|
/** Show filter controls */
|
|
1038
1038
|
showFilter: () => void;
|
|
1039
1039
|
/** Show index column */
|
|
1040
1040
|
showIndex: () => void;
|
|
1041
1041
|
/** Show row */
|
|
1042
|
-
showRow: (row: number) => void;
|
|
1042
|
+
showRow: (row: number|number[]) => void;
|
|
1043
1043
|
/** Hide the search container */
|
|
1044
1044
|
showSearch: () => void;
|
|
1045
1045
|
/** DOM Worksheet table */
|