Gridy Grid Web Components datagrid library compiled bundles
This is Gridy Grid datatables library bundle can be used to load all needed
Gridy Grid code with one file for convenience or to have wide browser support
including legacy versions like Internet Explorer 11.
This package is a prebuilt version of gridy-grid
```
npm i gridy-grid-bundle gridy-grid-antd sk-theme-antd jquery
note: jquery is needed to render table with handlebars template engine
that may be needed for old browsers support and actually optional as
well as this feature
`html`
note: grid-grid-antd is optional and depends on theme of your choice, you will have
to set tpl-path to folder with templates (gridy-grid.tpl.html, table.tpl.html and others),
and dt-css-path for styles file in case you not installed theme (-antd, -jquery or -default) package
`html`
To use date filter gridy-filter-date pakage have to be installed or you to plug preloaded templates.
``
npm i gridy-filter-date
`html`
Just pack everything in one file. No transpilations. Esm modules with components will be bundled in one file.
``
npm run build
Build with styles inlining
``
npm --tpl-inline-styles=./node_modules/gridy-grid-jquery,./node_modules/sk-theme-jquery,./node_modules/sk-theme-antd run build
check index.html for example serve it with http server like this:
```
npx http-server