mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7817] Show hide columns on datatable (#7580)
* [AAE-7817] Show hide columns for data-table * Update * update tests and uses material harness * added pipes test * update * update * added tests for datatable * update * Added documentation * Fix for drop column header * lint fix * fix lint
This commit is contained in:
@@ -34,6 +34,8 @@ import { LocalizedRolePipe } from './localized-role.pipe';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { MomentDatePipe } from './moment-date.pipe';
|
||||
import { MomentDateTimePipe } from './moment-datetime.pipe';
|
||||
import { FilterStringPipe } from './filter-string.pipe';
|
||||
import { FilterOutArrayObjectsByPropPipe } from './filter-out-every-object-by-prop.pipe';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -55,7 +57,9 @@ import { MomentDateTimePipe } from './moment-datetime.pipe';
|
||||
DecimalNumberPipe,
|
||||
LocalizedRolePipe,
|
||||
MomentDatePipe,
|
||||
MomentDateTimePipe
|
||||
MomentDateTimePipe,
|
||||
FilterStringPipe,
|
||||
FilterOutArrayObjectsByPropPipe
|
||||
],
|
||||
providers: [
|
||||
FileSizePipe,
|
||||
@@ -71,7 +75,9 @@ import { MomentDateTimePipe } from './moment-datetime.pipe';
|
||||
DecimalNumberPipe,
|
||||
LocalizedRolePipe,
|
||||
MomentDatePipe,
|
||||
MomentDateTimePipe
|
||||
MomentDateTimePipe,
|
||||
FilterStringPipe,
|
||||
FilterOutArrayObjectsByPropPipe
|
||||
],
|
||||
exports: [
|
||||
FileSizePipe,
|
||||
@@ -88,7 +94,9 @@ import { MomentDateTimePipe } from './moment-datetime.pipe';
|
||||
DecimalNumberPipe,
|
||||
LocalizedRolePipe,
|
||||
MomentDatePipe,
|
||||
MomentDateTimePipe
|
||||
MomentDateTimePipe,
|
||||
FilterStringPipe,
|
||||
FilterOutArrayObjectsByPropPipe
|
||||
]
|
||||
})
|
||||
export class PipeModule {
|
||||
|
Reference in New Issue
Block a user