mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-12273: Implemented column resizing directive (#8272)
* AAE-12273: Implemented column resizing directive * AAE-12273: Updated datatable component docs with column resizing feature * AAE-12273: Fixed lint errors * AAE-12273: Fixed spell check and lint errors * AAE-12273: Fixing lint issues * AAE-12273: Excluded failing e2e * AAE-12273: Excluded more failing E2Es * AAE-12273: Excluded more failing e2e * AAE-12273: Code Improvement * AAE-12273: Fixed datatable column flex item shrink * AAE-12273: Fixed unit tests of column header resizing flex item shrink
This commit is contained in:
@@ -51,6 +51,7 @@ import { DragDropModule } from '@angular/cdk/drag-drop';
|
||||
import { IconModule } from '../icon/icon.module';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { DataColumnComponent, DataColumnListComponent, DateColumnHeaderComponent } from './data-column';
|
||||
import { ResizableModule } from './directives/resizable/resizable.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -65,7 +66,8 @@ import { DataColumnComponent, DataColumnListComponent, DateColumnHeaderComponent
|
||||
DragDropModule,
|
||||
IconModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule
|
||||
ReactiveFormsModule,
|
||||
ResizableModule
|
||||
],
|
||||
declarations: [
|
||||
DataTableComponent,
|
||||
|
Reference in New Issue
Block a user