diff --git a/docz/docs/02-getting-started/02-examples/06-loader.md b/docz/docs/02-getting-started/02-examples/06-loader.md index 6da92f2..6a0ebe6 100644 --- a/docz/docs/02-getting-started/02-examples/06-loader.md +++ b/docz/docs/02-getting-started/02-examples/06-loader.md @@ -39,6 +39,7 @@ This demo was tested in the following configurations: | NVIDIA RTX PRO 6000 (96 GB VRAM) + Ryzen Z2 Go (32 GB RAM) | `linux-x64` | Ollama | 2025-11-15 | | NVIDIA RTX 5090 (32 GB VRAM) + Ryzen AI Z2 Extreme (24 GB RAM) | `win11-x64` | `llama.cpp` | 2026-05-05 | | NVIDIA RTX 5090 (32 GB VRAM) + Ryzen Z2 Go (32 GB RAM) | `linux-x64` | Ollama | 2025-11-15 | +| NVIDIA RTX 5060 Ti (16 GB VRAM) + Ryzen Z2 Extreme (32 GB RAM) | `win11-x64` | `llama.cpp` | 2026-06-05 | | AMD AI PRO R9700 (32 GB VRAM) + Ryzen Z1 Extreme (16 GB RAM) | `win11-x64` | Ollama | 2026-01-17 | | AMD AI PRO R9700 (32 GB VRAM) + Ryzen Z1 Extreme (16 GB RAM) | `linux-x64` | Ollama | 2026-01-17 | | AMD RX 9070 XT (16 GB VRAM) + Ryzen Z2 Go (32 GB RAM) | `win11-x64` | Ollama | 2026-01-17 | diff --git a/docz/docs/03-demos/04-grid/10-tabulator.md b/docz/docs/03-demos/04-grid/03-tabulator.md similarity index 100% rename from docz/docs/03-demos/04-grid/10-tabulator.md rename to docz/docs/03-demos/04-grid/03-tabulator.md diff --git a/docz/docs/03-demos/04-grid/05-handsontable.md b/docz/docs/03-demos/04-grid/05-handsontable.md new file mode 100644 index 0000000..8c8e01e --- /dev/null +++ b/docz/docs/03-demos/04-grid/05-handsontable.md @@ -0,0 +1,228 @@ +--- +title: Handsontable +pagination_prev: demos/frontend/index +pagination_next: demos/net/index +--- + +
+ + + + +import current from '/version.js'; +import CodeBlock from '@theme/CodeBlock'; + +:::danger pass + +**Handsontable has relicensed away from open source!** + +The original MIT license still applies to version `6.2.2`. + +After adding the new `licenseKey` requirement, basic integrations still work +with version `17.1.0`. + +::: + +[Handsontable](https://handsontable.com/) is a robust JavaScript data grid. + +The following live integrations use the standalone build: + +- [Version `6.2.2` (MIT Licensed)](pathname:///handsontable/) +- [Version `17.1.0` (Proprietary)](pathname:///handsontable/non-oss.html) + +:::note Tested Deployments + +This demo was tested in the following environments: + +| Browser | Date | +|:-------------|:-----------| +| Chromium 148 | 2026-06-09 | +| Safari 18.2 | 2026-06-09 | + +::: + +:::tip pass + +This demo barely scratches the surface. The underlying grid component includes +many additional features that work with [SheetJS Pro](https://sheetjs.com/pro). + +::: + +## Integration Details + +[The "Frameworks" section](/docs/getting-started/installation/frameworks) covers +installation with Yarn and other package managers. + +Using the `npm` tool, the following command installs SheetJS and Handsontable: + ++SheetJS + Handsontable Demo + ++ + +Drop a spreadsheet file here to see sheet data+ ... or click here to select a file + +
+SheetJS + Handsontable Demo + ++ + +Drop a spreadsheet file here to see sheet data+ ... or click here to select a file + +