Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ginow authored Jan 6, 2019
1 parent 5639ec0 commit 067ea8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ For demo go to [Angular-CRUD-table](https://ginow.github.io/Angular-CRUD-table/)
This was buit with the help of [Angular Material](https://material.angular.io/).

### This table is supposed to do the following:
* Retrieve data (from a service, web API or a local file)
* Retrieve
* Create
* Update
* Delete
* Filter
* Sort
* Edit (currently only first column can be edited)
* Create (feature under development)
* Delete
* Pagination

## Notes
It retrieves data from webapi service by http get request. For developement purpose the data (stored as json) is retrieved locally from the "assets" folder.

crm-webapi-service.service.ts is the service created in angular for webapi calls to Microsoft Dynamics 365 environment

Delete option will throw an alert message "Something bad has happened" but that is because service call isn't authorised. Still the selected rows to delete will be deleted in the browser. Refreshing the page will load the deleted data again.
Delete, Update, Create option will throw a console log message "Something bad has happened" but that is because service call isn't authorised. Still the selected rows to delete will be deleted in the browser. Refreshing the page will load the deleted data again.

Column names have been hard-coded, but can be generalised.

Expand Down

0 comments on commit 067ea8b

Please sign in to comment.