This article provides a step-by-step guide to run the Syncfusion TreeGrid code component in local (TestHarness).
Before getting started with the Syncfusion TreeGrid code component, ensure the following prerequisites are satisfied:
- node.js (>= v18.20.4) (LTS version is recommended)
- System requirements for Syncfusion React components
To run the Syncfusion TreeGrid code component, follow these steps:
-
Ensure that all the prerequisites are met.
-
Open a command prompt (cmd) and navigate to the TreeGrid code component, which is located in the components/treegrid/ folder.
-
Utilize the following command to install the dependent packages:
npm install
-
Execute the sample with the following command to visualize the TreeGrid code component:
npm start watch
-
Now, within the
Data Inputs
section of the property pane, designate the data source for the TreeGrid code component using the TreeGridData.csv.[!NOTE] After loading the data source, proceed to select the required column types of DataSource section in the property pane. For example, assign the
Whole.None
column type for theTaskID
column of DataSource property. -
After loading the CSV file, click the
Apply
button to load the data source in the TreeGrid code component. Optionally, we can initialize TreeGrid config property data from the TreeGridConfig.json file. -
Once the data is loaded, set the
IdMapping
property to the ID column, such asTaskID
and theTreeColumnIndex
property to1
to ensure that the fields are correctly mapped and the sample renders properly. -
Customize the TreeGrid code component properties in the right property pane.
Note
Additionally, explore the API documentation for comprehensive details on the properties, methods, and events of the TreeGrid code component.