File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,26 @@ You can use CDN assets like this:
124124<script defer src="https://cdn.jsdelivr.net/npm/@contributte/datagrid@master/dist/datagrid-full.js"></script>
125125```
126126
127+ By default, ` datagrid-full.ts ` and ` datagrid-full.css ` are bundled and accessible via CDN.
128+
129+ 1 . Take a look how [ ` datagrid-full.ts ` ] ( https://github.com/contributte/datagrid/blob/master/assets/datagrid-full.ts ) looks.
130+
131+ It contains these plugins:
132+
133+ - AutosubmitPlugin
134+ - CheckboxPlugin
135+ - ConfirmPlugin
136+ - InlinePlugin
137+ - ItemDetailPlugin
138+ - NetteFormsPlugin
139+ - HappyPlugin
140+ - SortablePlugin
141+ - DatepickerPlugin
142+ - SelectpickerPlugin
143+ - TreeViewPlugin
144+
145+ 2 . Take a look how [ ` datagrid-full.css ` ] ( https://github.com/contributte/datagrid/blob/master/assets/css/datagrid-full.css ) looks.
146+
127147> [ !NOTE]
128148> CDN assets are not ideal for customization and optimization. Use bundler instead.
129149
You can’t perform that action at this time.
0 commit comments