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
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The goal is of course to be able to run SlickGrid within Angular 4+ but also to
14
14
[Angular-Slickgrid on NPM](https://www.npmjs.com/package/angular-slickgrid)
15
15
16
16
## Wiki / Documentation
17
-
The Wiki is where all the documentation and instructions will go, so please consult the [Angular-Slickgrid - Wiki](https://github.com/ghiscoding/Angular-Slickgrid/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/ghiscoding/Angular-Slickgrid/wiki/HOWTO---Step-by-Step) is a great place to start with.
17
+
The Wiki is where all the documentation and instructions will go, so please consult the [Angular-Slickgrid - Wiki](https://github.com/ghiscoding/Angular-Slickgrid/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/ghiscoding/Angular-Slickgrid/wiki/HOWTO---Step-by-Step) is a great place to start with. You can also take a look at the [Demo page](https://ghiscoding.github.io/Angular-Slickgrid), it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
18
18
19
19
20
20
## Main features
@@ -24,8 +24,9 @@ This is a work in progress, but so far here are some of the features that `angul
24
24
- Easier use of SlickGrid within `Angular` as it is just a component (simply pass a column definitions and a dataset and you're good to go)
25
25
- Bootstrap Theme with SASS variables for extra customization (if you create a theme, then please make a PR)
26
26
- Auto-resize (boolean flag), will resize the datagrid viewport with available space even on browser resize (basically takes available space of it's container)
27
-
- Inline Editors
28
-
- Support all SlickGrid Plugins.
27
+
- Inline Editors (number, float, text, longText, date, ... you can also create your own custom ones)
28
+
- Support all the SlickGrid [Controls](https://github.com/6pac/SlickGrid/tree/master/controls) and [Plugins](https://github.com/6pac/SlickGrid/tree/master/plugins)
29
+
- Row(s) Selection
29
30
- Server side (backend) Services (filtering, sorting, pagination)
Copy file name to clipboardExpand all lines: dist/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The goal is of course to be able to run SlickGrid within Angular 4+ but also to
14
14
[Angular-Slickgrid on NPM](https://www.npmjs.com/package/angular-slickgrid)
15
15
16
16
## Wiki / Documentation
17
-
The Wiki is where all the documentation and instructions will go, so please consult the [Angular-Slickgrid - Wiki](https://github.com/ghiscoding/Angular-Slickgrid/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/ghiscoding/Angular-Slickgrid/wiki/HOWTO---Step-by-Step) is a great place to start with.
17
+
The Wiki is where all the documentation and instructions will go, so please consult the [Angular-Slickgrid - Wiki](https://github.com/ghiscoding/Angular-Slickgrid/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/ghiscoding/Angular-Slickgrid/wiki/HOWTO---Step-by-Step) is a great place to start with. You can also take a look at the [Demo page](https://ghiscoding.github.io/Angular-Slickgrid), it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
18
18
19
19
20
20
## Main features
@@ -24,8 +24,9 @@ This is a work in progress, but so far here are some of the features that `angul
24
24
- Easier use of SlickGrid within `Angular` as it is just a component (simply pass a column definitions and a dataset and you're good to go)
25
25
- Bootstrap Theme with SASS variables for extra customization (if you create a theme, then please make a PR)
26
26
- Auto-resize (boolean flag), will resize the datagrid viewport with available space even on browser resize (basically takes available space of it's container)
27
-
- Inline Editors
28
-
- Support all SlickGrid Plugins.
27
+
- Inline Editors (number, float, text, longText, date, ... you can also create your own custom ones)
28
+
- Support all the SlickGrid [Controls](https://github.com/6pac/SlickGrid/tree/master/controls) and [Plugins](https://github.com/6pac/SlickGrid/tree/master/plugins)
29
+
- Row(s) Selection
29
30
- Server side (backend) Services (filtering, sorting, pagination)
0 commit comments