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

48 lines (24 loc) 1.69 kB
[**@rxap/table-system v19.0.4**](../README.md) *** [@rxap/table-system](../globals.md) / CheckboxCellComponent # Class: CheckboxCellComponent\<Data\> Defined in: [select-row/checkbox-cell/checkbox-cell.component.ts:19](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/select-row/checkbox-cell/checkbox-cell.component.ts#L19) ## Type Parameters • **Data** *extends* `Record`\<`string`, `any`\> ## Constructors ### new CheckboxCellComponent() > **new CheckboxCellComponent**\<`Data`\>(`selectRow`): [`CheckboxCellComponent`](CheckboxCellComponent.md)\<`Data`\> Defined in: [select-row/checkbox-cell/checkbox-cell.component.ts:24](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/select-row/checkbox-cell/checkbox-cell.component.ts#L24) #### Parameters ##### selectRow [`SelectRowService`](SelectRowService.md)\<`Data`\> #### Returns [`CheckboxCellComponent`](CheckboxCellComponent.md)\<`Data`\> ## Properties ### element > **element**: `Data` Defined in: [select-row/checkbox-cell/checkbox-cell.component.ts:22](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/select-row/checkbox-cell/checkbox-cell.component.ts#L22) *** ### selectRow > `readonly` **selectRow**: [`SelectRowService`](SelectRowService.md)\<`Data`\> Defined in: [select-row/checkbox-cell/checkbox-cell.component.ts:26](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/select-row/checkbox-cell/checkbox-cell.component.ts#L26)