- Notifications
You must be signed in to change notification settings - Fork0
SyncfusionExamples/javascript-treegrid-databinding-with-urladaptor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
In remote data binding, we need to use the self-referential data structure. And need to enable the idMapping, parentIdMapping and hasChildMapping property of the treegrid.
- ID Field: This field contains unique values used to identify nodes. Its name is assigned to the idMapping property.
- Parent ID Field: This field contains values that indicate parent nodes. Its name is assigned to the parentIdMapping property.
- HasChildMapping: This property maps the field name in data source, that denotes whether current record holds any child records. This is useful internally to show expand icon while binding child data on demand.
For more information about the TreeGrid component, refer tothis documentation.
For more information about TreeGrid's remote data binding feature, refer tothis documentation
About
Explains how to bind remote data to tree grid with Url adaptor
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.