@rxap/table-system
Version:
This package provides a set of Angular directives, components, and services to enhance data tables with features like row expansion, full-text search, and row selection with checkboxes. It includes modules for easy integration of these features into exist
48 lines (24 loc) • 1.86 kB
Markdown
[**@rxap/table-system v19.0.4**](../README.md)
***
[@rxap/table-system](../globals.md) / ExpandControlsCellComponent
# Class: ExpandControlsCellComponent\<Data\>
Defined in: [expand-row/expand-controls-cell/expand-controls-cell.component.ts:24](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/expand-row/expand-controls-cell/expand-controls-cell.component.ts#L24)
## Type Parameters
• **Data** *extends* `Record`\<`string`, `any`\>
## Constructors
### new ExpandControlsCellComponent()
> **new ExpandControlsCellComponent**\<`Data`\>(`expandCell`): [`ExpandControlsCellComponent`](ExpandControlsCellComponent.md)\<`Data`\>
Defined in: [expand-row/expand-controls-cell/expand-controls-cell.component.ts:32](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/expand-row/expand-controls-cell/expand-controls-cell.component.ts#L32)
#### Parameters
##### expandCell
[`ExpandRowService`](ExpandRowService.md)\<`Data`\>
#### Returns
[`ExpandControlsCellComponent`](ExpandControlsCellComponent.md)\<`Data`\>
## Properties
### element
> **element**: `Data`
Defined in: [expand-row/expand-controls-cell/expand-controls-cell.component.ts:30](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/expand-row/expand-controls-cell/expand-controls-cell.component.ts#L30)
***
### expandCell
> `readonly` **expandCell**: [`ExpandRowService`](ExpandRowService.md)\<`Data`\>
Defined in: [expand-row/expand-controls-cell/expand-controls-cell.component.ts:34](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/expand-row/expand-controls-cell/expand-controls-cell.component.ts#L34)