diff --git a/js/DataManager/CRUDDataOperations.md b/js/DataManager/CRUDDataOperations.md index f04124f9f..db564ec34 100644 --- a/js/DataManager/CRUDDataOperations.md +++ b/js/DataManager/CRUDDataOperations.md @@ -1,7 +1,7 @@ --- layout: post -title: CRUD Data Operations -description: CRUD Data Operations +title: CRUD Data Operations with JavaScript DataManager | Syncfusion +description: Learn here about CRUD Data Operations with Syncfusion JavaScript DataManager control, its elements, and more. platform: js control: DataManager documentation: ug @@ -69,7 +69,7 @@ The [insert](https://help.syncfusion.com/api/js/ejdatamanager#methods:insert) me {% endhighlight %} - + ### Update @@ -118,7 +118,7 @@ The [update](https://help.syncfusion.com/api/js/ejdatamanager#methods:update) me {% endhighlight %} - + ### Remove @@ -167,7 +167,7 @@ The [remove](https://help.syncfusion.com/api/js/ejdatamanager#methods:remove) fu {% endhighlight %} - + ## Remote CRUD Operations @@ -233,7 +233,7 @@ The insert method of the data manager is used to add a new record to the table. {% endhighlight %} - + ### Update @@ -432,4 +432,4 @@ Batch Editing is a unique feature, where requests to add, remove and change are Result of the above code example is illustrated as follows. - \ No newline at end of file + \ No newline at end of file