UNPKG

@rxap/material-table-system

Version:

This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c

86 lines (44 loc) 3.13 kB
[**@rxap/material-table-system v19.0.3**](../README.md) *** [@rxap/material-table-system](../globals.md) / TableShowArchivedSlideComponent # Class: TableShowArchivedSlideComponent Defined in: [packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts:26](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts#L26) ## Implements - `AfterViewInit` ## Constructors ### new TableShowArchivedSlideComponent() > **new TableShowArchivedSlideComponent**(`tableFilter`, `tableColumnMenu`, `selectRows`): [`TableShowArchivedSlideComponent`](TableShowArchivedSlideComponent.md) Defined in: [packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts:31](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts#L31) #### Parameters ##### tableFilter `null` | [`TableFilterService`](TableFilterService.md) ##### tableColumnMenu [`TableColumnMenuComponent`](TableColumnMenuComponent.md) ##### selectRows `null` | [`SelectRowService`](SelectRowService.md)\<`unknown`\> #### Returns [`TableShowArchivedSlideComponent`](TableShowArchivedSlideComponent.md) ## Properties ### paginator? > `optional` **paginator**: `MatPaginator` Defined in: [packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts:29](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts#L29) ## Methods ### ngAfterViewInit() > **ngAfterViewInit**(): `void` Defined in: [packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts:61](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts#L61) A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated. #### Returns `void` #### Implementation of `AfterViewInit.ngAfterViewInit` *** ### onChange() > **onChange**(`$event`): `void` Defined in: [packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts:42](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/material/table-system/src/lib/table-column-menu/table-show-archived-slide/table-show-archived-slide.component.ts#L42) #### Parameters ##### $event `MatSlideToggleChange` #### Returns `void`