Closed starzar closed 1 month ago
The import order is important when you use legacy scripts, slick.core and slick.interaction should be first since they are required by the grid and then import slick.grid as the 3rd import
this should work
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.9.1/dist/browser/slick.core.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.9.1/dist/browser/slick.interactions.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/slickgrid@5.9.1/dist/browser/slick.grid.min.js"></script>
Describe the bug
Afer import:
Error:
Reproduction
using Tornado server(python) to pass data to index.html
index.html
Which Framework are you using?
Vanilla / Plain JS
Environment Info
Validations