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

54 lines (27 loc) 1.42 kB
[**@rxap/table-system v19.0.4**](../README.md) *** [@rxap/table-system](../globals.md) / TableFullTextSearchService # Class: TableFullTextSearchService Defined in: [full-text-search/table-full-text-search.service.ts:6](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/full-text-search/table-full-text-search.service.ts#L6) ## Implements - `FilterLike` ## Constructors ### new TableFullTextSearchService() > **new TableFullTextSearchService**(): [`TableFullTextSearchService`](TableFullTextSearchService.md) #### Returns [`TableFullTextSearchService`](TableFullTextSearchService.md) ## Properties ### change > **change**: `BehaviorSubject`\<`string`\> Defined in: [full-text-search/table-full-text-search.service.ts:7](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/full-text-search/table-full-text-search.service.ts#L7) #### Implementation of `FilterLike.change` ## Accessors ### current #### Get Signature > **get** **current**(): `string` Defined in: [full-text-search/table-full-text-search.service.ts:9](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/table-system/src/lib/full-text-search/table-full-text-search.service.ts#L9) ##### Returns `string` #### Implementation of `FilterLike.current`