You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are prepare JS/TS and CSS files for precise functionality.
10
107
11
108
You have 2 ways to use datagrid's assets:
12
109
13
-
1. Use frontend bundler.
14
110
2. Use CDN assets.
111
+
1. Use frontend bundler.
15
112
16
-
# CDN
113
+
##CDN
17
114
18
115
Assets are available as NPM package [@contributte/datagrid](https://www.npmjs.com/package/@contributte/datagrid).
19
116
@@ -28,9 +125,9 @@ You can use CDN assets like this:
28
125
```
29
126
30
127
> [!NOTE]
31
-
> CDN assets are not recommended for production. But you can use them for development.
128
+
> CDN assets are not ideal for customization and optimization. Use bundler instead.
32
129
33
-
# Bundler
130
+
##Bundler
34
131
35
132
This example uses [Vite](https://vitejs.dev). You can see example of using bundler in [datagrid-skeleton](https://github.com/contributte/datagrid-skeleton).
This example uses [Vite](https://vitejs.dev). You can see example of using bundler in [datagrid-skeleton](https://github.com/contributte/datagrid-skeleton).
0 commit comments