@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
10 lines (9 loc) • 618 B
TypeScript
import { ExpandRowService } from '../expand-row.service';
import * as i0 from "@angular/core";
export declare class ExpandControlsCellComponent<Data extends Record<string, any>> {
readonly expandCell: ExpandRowService<Data>;
element: Data;
constructor(expandCell: ExpandRowService<Data>);
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandControlsCellComponent<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandControlsCellComponent<any>, "td[rxap-expand-controls-cell]", never, { "element": { "alias": "rxap-expand-controls-cell"; "required": true; }; }, {}, never, never, true, never>;
}