@rxap/material-table-system
Version:
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c
34 lines (17 loc) • 1.22 kB
Markdown
[**@rxap/material-table-system v19.0.3**](../README.md)
***
[@rxap/material-table-system](../globals.md) / TableRowMetadata
# Interface: TableRowMetadata
Defined in: [packages/angular/material/table-system/src/lib/table-row-metadata.ts:3](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-row-metadata.ts#L3)
## Properties
### \_\_metadata\_\_
> **\_\_metadata\_\_**: `object`
Defined in: [packages/angular/material/table-system/src/lib/table-row-metadata.ts:11](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-row-metadata.ts#L11)
metadata for the row. Added by the table system to facilitate some features
#### loading$
> **loading$**: `ToggleSubject`
***
### \_\_rowId
> **\_\_rowId**: `string`
Defined in: [packages/angular/material/table-system/src/lib/table-row-metadata.ts:7](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-row-metadata.ts#L7)
the unique id of the row. Use to track the row in the table for change detection and other purposes