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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ We extended the project from the original SlickGrid foundation while also includ
25
25
- the project now only has 1 small dependency requirement which is [SortableJS](https://sortablejs.github.io/Sortable/)
26
26
27
27
### Common Questions & Answers
28
-
-**[Q]**Do I need TypeScript to use version 5.x?
29
-
-**[A]**Not at all, you can use regular JavaScript if you wish by using the [dist/browser](https://github.com/6pac/SlickGrid/tree/master/dist/browser) folder, ESM folder or from CDN shown below
30
-
-**[Q]**Can I use it with _"xyz"_ framework?
31
-
-**[A]**Sure we provide an ES6/ESM build which should work with most frameworks... but for more specific frameworks (Angular, React and Vue) you may want to take a look at [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) which has official wrappers for all these frameworks.
32
-
-**[Q]**Do I still need jQuery?
33
-
-**[A]**Not anymore, it's totally optional since v4.0 (you can still use jQuery if you wish, but it's now optional)
28
+
- Do I need TypeScript to use version 5.x?
29
+
- Not at all, you can use regular JavaScript if you wish by using the [dist/browser](https://github.com/6pac/SlickGrid/tree/master/dist/browser) folder, ESM folder or from CDN shown below
30
+
- Can I use it with _"xyz"_ framework?
31
+
- Sure we provide an ES6/ESM build which should work with most frameworks... but for more specific frameworks (Angular, React and Vue) you may want to take a look at [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) which has official wrappers for all these frameworks.
32
+
- Do I still need jQuery?
33
+
- Not anymore, it's totally optional since v4.0 (you can still use jQuery if you wish, but it's now optional)
34
34
35
35
### Vite Demo
36
36
You can also see a [ViteJS](https://vite.dev/) demo in the [./vite-demo](https://github.com/6pac/SlickGrid/tree/master/vite-demo) folder (also available via the Stackblitz link below). This Vite demo was created mostly to test the project ESM build and the SASS imports as well.
0 commit comments