Version

igTreeGrid

Introduction

The igTreeGrid control is a jQuery widget that displays data in a tree-like tabular structure. The control presents hierarchical data similar to the igHierarchicalGrid control. Child layouts in igTreeGrid have the same column definition as the root layout. Rendering hierarchical data all with the same columns allows the tree grid to have superior render speeds while maintaining low memory and low DOM footprints. Further, the igTreeGrid also supports advanced interactive features that operate in the same way as the igGrid.

Topics

  • igTreeGrid Overview- This topic contains an overview of the igTreeGrid control.
  • Features Overview (igTreeGrid): This topic covers the basics around the modular features available for the igTreeGrid control.
  • Filtering (igTreeGrid): This topic explains how the igTreeGridFiltering operates on hierarchical data.
  • Updating (igTreeGrid): This topic contains an overview of the Updating functionality specific to the igTreeGrid control.
  • Paging (igTreeGrid): This topic contains an overview of the Paging functionality specific to the igTreeGrid control.
  • Load on Demand (igTreeGrid): This topic explains the benefits of the igTreeGrid Load on Demand functionality and how it can be implemented.
  • Remote Features (igTreeGrid): This topic contains an overview and implementation details on performing remote operations with igTreeGrid features.

View on GitHub