@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) • 426 B
TypeScript
import { FilterLike } from '@rxap/data-source/table';
import { BehaviorSubject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TableFullTextSearchService implements FilterLike {
change: BehaviorSubject<string>;
get current(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TableFullTextSearchService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TableFullTextSearchService>;
}