UNPKG

@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

44 lines (22 loc) 1.85 kB
[@rxap/table-system](../wiki/globals) / 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`](../wiki/Class.ExpandControlsCellComponent)\<`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`](../wiki/Class.ExpandRowService)\<`Data`\> #### Returns [`ExpandControlsCellComponent`](../wiki/Class.ExpandControlsCellComponent)\<`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`](../wiki/Class.ExpandRowService)\<`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)