jspreadsheet 10.1.7 → 10.2.0
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 +7 -7
- package/dist/index.js +538 -527
- package/dist/jspreadsheet.css +1 -1
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Jspreasheet Pro
|
|
4
4
|
|
|
5
|
-
[Jspreadsheet](https://jspreadsheet.com/) is an extensive yet light JavaScript library to create web-based
|
|
5
|
+
[Jspreadsheet](https://jspreadsheet.com/) is an extensive yet light JavaScript library to create web-based data grids with spreadsheet-like controls. It boasts a wealth of functionalities that mirror Excel's capabilities. [Jspreadsheet](https://jspreadsheet.com/) is fully compatible with React, [Angular](https://jspreadsheet.com/docs/), [Vue](https://jspreadsheet.com/docs/), [JavaScript](https://jspreadsheet.com/docs/), and [TypeScript](https://jspreadsheet.com/docs/).
|
|
6
6
|
|
|
7
7
|
You're welcome to explore Jspreadsheet in your development environment without any charges—no need to worry about the license until you're ready to take to deploy your application.
|
|
8
8
|
|
|
@@ -14,7 +14,7 @@ The [performance](https://jspreadsheet.com/docs/performance) example will create
|
|
|
14
14
|
|
|
15
15
|
* [Cross worksheets](https://jspreadsheet.com/docs/examples/cross-calculations)
|
|
16
16
|
|
|
17
|
-
* [Dropdown](https://jspreadsheet.com/docs/dropdown-and-autocomplete)
|
|
17
|
+
* [JavaScript Dropdown](https://jspreadsheet.com/docs/dropdown-and-autocomplete)
|
|
18
18
|
|
|
19
19
|
* [Filters](https://jspreadsheet.com/docs/filters)
|
|
20
20
|
|
|
@@ -94,15 +94,15 @@ The [performance](https://jspreadsheet.com/docs/performance) example will create
|
|
|
94
94
|
|
|
95
95
|
<br>
|
|
96
96
|
|
|
97
|
-
<h2>Get Started</h2>
|
|
97
|
+
<h2>Get Started with Jspreadsheet Data Grid</h2>
|
|
98
98
|
|
|
99
|
-
Get Started - [JavaScript](https://jspreadsheet.com/docs/getting-started)
|
|
99
|
+
Get Started - [JavaScript Data Grid](https://jspreadsheet.com/docs/getting-started)
|
|
100
100
|
|
|
101
|
-
Get Started - [React](https://jspreadsheet.com/docs/react)
|
|
101
|
+
Get Started - [React Data Grid](https://jspreadsheet.com/docs/react)
|
|
102
102
|
|
|
103
|
-
Get Started - [Angular](https://jspreadsheet.com/docs/angular)
|
|
103
|
+
Get Started - [Angular Data Grid](https://jspreadsheet.com/docs/angular)
|
|
104
104
|
|
|
105
|
-
Get Started - [Vue](https://jspreadsheet.com/docs/vue)
|
|
105
|
+
Get Started - [Vue Data Grid](https://jspreadsheet.com/docs/vue)
|
|
106
106
|
|
|
107
107
|
<h2>Try it for free</h2>
|
|
108
108
|
|