@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
30 lines (15 loc) • 956 B
Markdown
[**@rxap/data-grid v19.0.3**](../README.md)
***
[@rxap/data-grid](../globals.md) / 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