Skip to content

Commit 519d2b8

Browse files
authored
Merge pull request #4 from karthickraja245/EJ2-53702-Sync
documentation(EJ2-70836): UG sample for DataBinding.
2 parents abb6267 + 5724d7c commit 519d2b8

File tree

10 files changed

+19
-22
lines changed

10 files changed

+19
-22
lines changed

Javascript/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# How to bind Oracle database to a Pivot Table
22

3-
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller (PivotController) for retrieving data from a Oracle database, as well as a quick start sample for the JavaScript platform that displays the retrieved data in a Pivot Table.
4-
5-
**Documentation:** https://ej2.syncfusion.com/javascript/documentation/pivotview/getting-started/
3+
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller ([MyWebService](../MyWebService/)) for retrieving data from a Oracle database, as well as a quick start sample in the JavaScript platform that displays the retrieved data in a Syncfusion Pivot Table.
64

75
## Project prerequisites
86

@@ -11,10 +9,10 @@ Before beginning work on the server and client projects, ensure the following so
119
* [git](https://git-scm.com/downloads)
1210
* [Node.js](https://nodejs.org/en/)
1311
* [Visual Studio Code](https://code.visualstudio.com/)
14-
* Compatible versions of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/ ) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
12+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/ ) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
1513

1614
## How to run this application?
1715

18-
* To run this application, clone the `how-to-bind-Oracle-database-to-pivot-table` repository and then open **PivotController** in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:7029`.
16+
* To run this application, clone the [how-to-bind-Oracle-database-to-pivot-table](https://github.com/SyncfusionExamples/how-to-bind-Oracle-database-to-pivot-table) repository and then open **MyWebService** project in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:44346/`.
1917

20-
* Now open JavaScript sample in Visual Studio Code and Initialize the Pivot Table, map the hosted URL, prepare and add a pivot report, and finally, open the 'index.html' file in your browser to run your project.
18+
* Now open the JavaScript sample in Visual Studio Code. Initialize the Pivot Table, map the hosted URL, create a pivot report, and finally, open the **index.html** file in your browser to run your project.
File renamed without changes.

PivotController/PivotController/PivotController.csproj renamed to MyWebService/MyWebService.csproj

File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.4.33205.214
4+
VisualStudioVersion = 17.3.32929.385
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PivotController", "PivotController\PivotController.csproj", "{6DCD510B-14C2-4515-A6B9-8BD8423C0C5D}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWebService", "MyWebService.csproj", "{54C2A430-359D-407D-A960-F06F5A2C0EAE}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{6DCD510B-14C2-4515-A6B9-8BD8423C0C5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{6DCD510B-14C2-4515-A6B9-8BD8423C0C5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{6DCD510B-14C2-4515-A6B9-8BD8423C0C5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{6DCD510B-14C2-4515-A6B9-8BD8423C0C5D}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{54C2A430-359D-407D-A960-F06F5A2C0EAE}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {D5C2D1B3-2129-4EF1-8A71-F9A5CCBE6FD0}
23+
SolutionGuid = {1C0FF5B2-3FE2-4F95-94F2-4B7CA2433366}
2424
EndGlobalSection
2525
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# how-to-bind-Oracle-database-to-pivot-table
2-
A quick start project that shows how to bind Oracle database to the Syncfusion pivot table.
1+
# How to bind Oracle database to a Pivot Table
2+
3+
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller ([MyWebService](./MyWebService/)) for retrieving data from a Oracle database, as well as a quick start samples in the [TypeScript](./Typescript/) and [JavaScript](./Javascript/) platforms that display the retrieved data in a Syncfusion Pivot Table.

Typescript/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# How to bind Oracle database to a Pivot Table
22

3-
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller (PivotController) for retrieving data from a Oracle database, as well as a quick start sample for the TypeScript platform that displays the retrieved data in a Pivot Table.
4-
5-
**Documentation:** https://ej2.syncfusion.com/documentation/pivotview/getting-started/
3+
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller ([MyWebService](../MyWebService/)) for retrieving data from a Oracle database, as well as a quick start sample in the TypeScript platform that displays the retrieved data in a Syncfusion Pivot Table.
64

75
## Project prerequisites
86

@@ -12,19 +10,19 @@ Before beginning work on the server and client projects, ensure the following so
1210
* [Node.js](https://nodejs.org/en/)
1311
* [TypeScript](https://www.typescriptlang.org/)
1412
* [Visual Studio Code](https://code.visualstudio.com/)
15-
* Compatible versions of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/ ) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
13+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/ ) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
1614

1715
## How to run this application?
1816

19-
* To run this application, clone the `how-to-bind-Oracle-database-to-pivot-table` repository and then open **PivotController** in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:7029`.
17+
* To run this application, clone the [how-to-bind-Oracle-database-to-pivot-table](https://github.com/SyncfusionExamples/how-to-bind-Oracle-database-to-pivot-table) repository and then open **MyWebService** project in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:44346/`.
2018

21-
* Now open TypeScript sample in Visual Studio Code and and install the necessary npm packages using the following command.
19+
* Now open TypeScript sample in Visual Studio Code and install the necessary npm packages using the following command.
2220

2321
```sh
2422
npm install
2523
```
2624

27-
* Initialize the Pivot Table, map the hosted URL, prepare and add a pivot report, and finally run your project using the following command to achieve the desired result.
25+
* Initialize the Pivot Table, map the hosted URL, create a pivot report, and finally run your project using the following command to achieve the desired result.
2826

2927
```sh
3028
npm run start

0 commit comments

Comments
 (0)