core/data-grid/data-grid.module.ts
This module provides components and classes for loading, displaying, filtering, and sorting data in a grid.
See the documentation of the main component DataGridComponent
for further details.
You can find examples of data grid usage in our tutorial application. Create a new tutorial-based app and run it:
npx @c8y/cli new examples tutorial
cd examples
npm install
npm start -- -u https://your-cumulocity-tenant.cumulocity.com
Then go to "Data grid" in the left navigation menu.
This tab demonstrates how to:
This tab demonstrates how to:
serverSideDataCallback