Simplified component
- Remove titleSection, description, bckDescription and pendingValue Input
- Add title input
- Remove ng-content
- Extract select filter into another component (SelectFilterComponent)
- Handle observables as mat-option for SelectFilterComponent
- Handle objects in select filter
- Angular 12 upgrade
- Remove filterValue from DataTableFilter interface
- Add applyFilter to DataTableFilter interface
- DataTableComponent now calls applyFilter fn before emitting the values