Skip to content

Commit b4a6494

Browse files
Integrated latest changes at 06-08-2024 7:30:23 PM
1 parent 6474c33 commit b4a6494

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ej2-react/data/adaptors.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The adaptor can be assigned using the `adaptor` property of the
5454
```ts
5555
import { DataManager, Query, ReturnOption, UrlAdaptor } from '@syncfusion/ej2-data';
5656

57-
const SERVICE_URI: string = 'https://ej2services.syncfusion.com/react/development/api/UrlDataSource';
57+
const SERVICE_URI: string = 'https://services.syncfusion.com/react/production/api/UrlDataSource';
5858

5959
new DataManager({
6060
adaptor: new UrlAdaptor,
@@ -144,7 +144,7 @@ To enable OData query option for Web API, please refer to the [documentation](ht
144144
```ts
145145
import { DataManager, Query, ReturnOption, WebApiAdaptor } from '@syncfusion/ej2-data';
146146

147-
const SERVICE_URI: string = 'https://ej2services.syncfusion.com/react/development/api/Orders';
147+
const SERVICE_URI: string = 'https://services.syncfusion.com/react/production/api/orders';
148148

149149
new DataManager({
150150
adaptor: new WebApiAdaptor,
@@ -311,14 +311,14 @@ export default resolvers;
311311

312312
The query parameters will be send in a string format which contains the below details.
313313

314-
| Parameters | Description |
315-
|-----|-----|
314+
| Parameters | Description |
315+
| ---------------- | ----------------------------------------------------------------------------- |
316316
| `RequiresCounts` | If it is `true` then the total count of records will be included in response. |
317-
| `Skip` | Holds the number of records to skip. |
318-
| `Take` | Holds the number of records to take. |
319-
| `Sorted` | Contains details about current sorted column and its direction. |
320-
| `Where` | Contains details about current filter column name and its constraints. |
321-
| `Group` | Contains details about current Grouped column names. |
317+
| `Skip` | Holds the number of records to skip. |
318+
| `Take` | Holds the number of records to take. |
319+
| `Sorted` | Contains details about current sorted column and its direction. |
320+
| `Where` | Contains details about current filter column name and its constraints. |
321+
| `Group` | Contains details about current Grouped column names. |
322322

323323
### Performing CRUD action with GraphQLAdaptor
324324

0 commit comments

Comments
 (0)