Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit eaa7f3a

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
prepare release 0.6.2
1 parent d2f9e3f commit eaa7f3a

21 files changed

+2506
-1863
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The goal is of course to be able to run SlickGrid within Angular 4+ but also to
1414
[Angular-Slickgrid on NPM](https://www.npmjs.com/package/angular-slickgrid)
1515

1616
## 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).
1818

1919

2020
## Main features
@@ -24,8 +24,9 @@ This is a work in progress, but so far here are some of the features that `angul
2424
- 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)
2525
- Bootstrap Theme with SASS variables for extra customization (if you create a theme, then please make a PR)
2626
- 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
2930
- Server side (backend) Services (filtering, sorting, pagination)
3031
- [GraphQL](https://github.com/ghiscoding/Angular-Slikgrid/wiki/GraphQL)
3132
- [OData](https://github.com/ghiscoding/Angular-Slickgrid/wiki/OData)
@@ -40,6 +41,8 @@ This is a work in progress, but so far here are some of the features that `angul
4041

4142
## Missing features (planned items, not necessarily in order of execution)
4243
The following are SlickGrid features which are not yet included in this library but will be in the eventual future.
44+
- Export to CSV
45+
- Support of Locale with `ngx-translate`
4346
- Filters to support multi-select dropdown and eventually custom filters
4447

4548
### License

dist/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The goal is of course to be able to run SlickGrid within Angular 4+ but also to
1414
[Angular-Slickgrid on NPM](https://www.npmjs.com/package/angular-slickgrid)
1515

1616
## 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).
1818

1919

2020
## Main features
@@ -24,8 +24,9 @@ This is a work in progress, but so far here are some of the features that `angul
2424
- 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)
2525
- Bootstrap Theme with SASS variables for extra customization (if you create a theme, then please make a PR)
2626
- 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
2930
- Server side (backend) Services (filtering, sorting, pagination)
3031
- [GraphQL](https://github.com/ghiscoding/Angular-Slikgrid/wiki/GraphQL)
3132
- [OData](https://github.com/ghiscoding/Angular-Slickgrid/wiki/OData)
@@ -40,6 +41,8 @@ This is a work in progress, but so far here are some of the features that `angul
4041

4142
## Missing features (planned items, not necessarily in order of execution)
4243
The following are SlickGrid features which are not yet included in this library but will be in the eventual future.
44+
- Export to CSV
45+
- Support of Locale with `ngx-translate`
4346
- Filters to support multi-select dropdown and eventually custom filters
4447

4548
### License

0 commit comments

Comments
 (0)