@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
22 lines (11 loc) • 844 B
Markdown
[**@rxap/table-system v19.0.4**](../README.md)
***
[@rxap/table-system](../globals.md) / ExpandCellContentDirectiveContext
# Interface: ExpandCellContentDirectiveContext\<Data\>
Defined in: [expand-row/expand-row-container/expand-row-content.directive.ts:7](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/expand-row/expand-row-container/expand-row-content.directive.ts#L7)
## Type Parameters
• **Data** *extends* `Record`\<`string`, `any`\>
## Properties
### $implicit
> **$implicit**: `Data`
Defined in: [expand-row/expand-row-container/expand-row-content.directive.ts:8](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/expand-row/expand-row-container/expand-row-content.directive.ts#L8)