Example of Default Functionalities in Angular Grid Component

This sample demonstrates the default rendering of the Grid with minimum configuration.

Description

The Grid component is used to display and manipulate tabular data with configuration options to control the way the data is presented and manipulated. It will pull the data from a data source, such as an array of JSON objects, OData web services, or DataManager; binding data fields to columns. Also, displaying a column header to identify the field with support for grouped records.

The user needs to import GridModule into the application to use Grid component. The GridModule contains declarations required to instantiate the Grid component.

ejs-grid is the CSS selector to render Grid component.

In this demo, the Grid is populated with its minimum default settings.

More information on the Grid instantiation can be found in this documentation section.