Skip to content

Commit 067ea8b

Browse files
authored
Update README.md
1 parent 5639ec0 commit 067ea8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ For demo go to [Angular-CRUD-table](https://ginow.github.io/Angular-CRUD-table/)
88
This was buit with the help of [Angular Material](https://material.angular.io/).
99

1010
### This table is supposed to do the following:
11-
* Retrieve data (from a service, web API or a local file)
11+
* Retrieve
12+
* Create
13+
* Update
14+
* Delete
1215
* Filter
1316
* Sort
14-
* Edit (currently only first column can be edited)
15-
* Create (feature under development)
16-
* Delete
1717
* Pagination
1818

1919
## Notes
2020
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.
2121

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

24-
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.
24+
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.
2525

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

0 commit comments

Comments
 (0)