Overview of dgrid components, mixins, and extensions
masterdgrid is a library of widgets for displaying lists of data. Its functionality is organized into several categories:
- Core Components: The fundamental building blocks like
List,Grid,GridFromHtml, andOnDemandList/OnDemandGridfor handling large datasets. - Mixins: Reusable logic that can be added to components to provide specific behaviors, such as
Keyboardnavigation,Selection(row/cell),Treestructures, andEditorcapabilities. - Extensions: Higher-level features that extend the grid's interface, including
ColumnReorder,ColumnResizer,ColumnHider,Pagination, andDnD(Drag and Drop). - Utilities: Helper functions like
touchfor mobile support and other miscellaneous utilities.