slickgrid
Advanced tools
Comparing version 5.13.1 to 5.14.0
@@ -13,3 +13,3 @@ import type SortableInstance from 'sortablejs'; | ||
* | ||
* SlickGrid v5.13.1 | ||
* SlickGrid v5.14.0 | ||
* | ||
@@ -16,0 +16,0 @@ * NOTES: |
{ | ||
"name": "slickgrid", | ||
"version": "5.13.1", | ||
"version": "5.14.0", | ||
"description": "A lightning fast JavaScript grid/spreadsheet", | ||
@@ -44,2 +44,6 @@ "main": "./dist/cjs/index.js", | ||
}, | ||
"workspaces": [ | ||
"vite-demo", | ||
"src" | ||
], | ||
"browserslist": [ | ||
@@ -46,0 +50,0 @@ "last 2 version", |
@@ -33,13 +33,20 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
Here's one of the available examples from above [Realtime Trading](https://6pac.github.io/SlickGrid/examples/example-trading-esm.html) | ||
![Realtime Trading Demo](https://github.com/user-attachments/assets/654fb4e1-c11d-42fb-b8d5-6c4161d16c00) | ||
#### Vite Demo | ||
You can also see a [ViteJS](https://vite.dev/) demo in the [./vite-demo](https://github.com/6pac/SlickGrid/tree/master/vite-demo) folder, this Vite demo was created mostly to test the project ESM build and also the SASS imports as well. | ||
### Installation | ||
There are multiple ways to use and install SlickGrid, you can use it as a standalone (IIFE) or install it through NPM then `import` or `require` SlickGrid (`import` is preferred for tree shaking). | ||
There are multiple ways to use and install SlickGrid, you can use it as a standalone (IIFE) or install it through NPM then `import` or `require` SlickGrid (`import` is preferred for tree shaking). | ||
```sh | ||
# Alpine style from CDN | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slickgrid@5.12.1/dist/styles/css/slick-alpine-theme.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slickgrid@5.13.1/dist/styles/css/slick-alpine-theme.min.css"> | ||
# standalone scripts (IIFE) from CDN | ||
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.12.1/dist/browser/slick.core.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.12.1/dist/browser/slick.interactions.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.12.1/dist/browser/slick.grid.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.13.1/dist/browser/slick.core.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.13.1/dist/browser/slick.interactions.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.13.1/dist/browser/slick.grid.min.js"></script> | ||
<script> | ||
@@ -46,0 +53,0 @@ const grid = new Slick.Grid("#myGrid", dataView, columns, options); |
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 too big to display
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is not supported yet
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7335793
475
59845
97
3