Skip to content

Commit 865970b

Browse files
committed
Assets: mention what datagrid-full means and contains
1 parent 7adf6f9 commit 865970b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.docs/assets.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)