@rxap/data-grid
Version:
Provides a data grid component for Angular applications. It supports plain and form modes, custom header and cell templates, and integration with Rxap Forms and Data Sources. The component allows for displaying and editing data in a tabular format with fe
26 lines (13 loc) • 908 B
Markdown
[@rxap/data-grid](../wiki/globals) / DataGridMode
# Enumeration: DataGridMode
Defined in: [data-grid.component.ts:68](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/data-grid/src/lib/data-grid.component.ts#L68)
## Enumeration Members
### FORM
> **FORM**: `"form"`
Defined in: [data-grid.component.ts:76](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/data-grid/src/lib/data-grid.component.ts#L76)
The edit cell template is used to display the property value, but the form and all controls are marked as disabled
***
### PLAIN
> **PLAIN**: `"plain"`
Defined in: [data-grid.component.ts:72](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/data-grid/src/lib/data-grid.component.ts#L72)
The view cell template is used to display the property value