Skip to content

Commit

Permalink
prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Oct 24, 2017
1 parent 967ad11 commit 4bcf72e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ You can see some screenshots below and the instructions down below.
This is a work in progress, but so far here are some of the features that `angular-slickgrid` brings (on top of Slickgrid itself):
- 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)
- Bootstrap Theme with SASS variables for extra customization (if you create a theme, then please make a PR)
- Auto-resize, a boolean flag, will resize the datagrid viewport with available space even on browser resize (basically takes available space by the given div container)
- Integrated Plugins
- Auto-resize (boolean flag), will resize the datagrid viewport with available space even on browser resize (basically takes available space of it's container)
- Integrated Plugins.
- Column Picker (show/hide any column by doing `right+click` in the header, click [here to see print screen](/screenshots/columnPicker.png)).
- Server side
- Filtering
- Sorting
- Pagination (which is in itself another Angular component)
- All of these functionalities are expandables and currently ships with a simple `OData` and `GraphQL` services
- ... more to come
- Server side (backend) services
- Filtering, Sorting, Pagination
- [GraphQL](https://github.com/ghiscoding/Angular-Slickgrid/wiki/GraphQL)
- [OData](https://github.com/ghiscoding/Angular-Slickgrid/wiki/OData)
- Some Features of SlickGrid itself which are working out of the gate
- Sort/Multi-Sort (client/server side)
- Header Row with Filters (currently support `Input` and `Select` dropdown, multi-select is planned)
Expand All @@ -45,8 +45,8 @@ This is a work in progress, but so far here are some of the features that `angul

<a name="missing-features"></a>

## Missing features (planned items, not in necessarily in order of execution)
The following are SlickGrid features which are not yet included in this library
## Missing features (planned items, not necessarily in order of execution)
The following are SlickGrid features which are not yet included in this library but will be in the eventual future.
- Inline Editors
- Filters to support multi-select dropdown and eventually custom filters
- Plugins (Header Menu, Grid Menu, Column Header Buttons)
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "0.3.2",
"version": "0.4.0",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit 4bcf72e

Please sign in to comment.