import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
import { SelectionManager } from '../../../common/utilities/selection-manager';
import { DataTableColumnComponent } from './data-table-column.component';
import * as i0 from "@angular/core";
/**
* @description
* A table for displaying PaginatedList results. It is designed to be used inside components which
* extend the {@link BaseListComponent} class.
*
* **Deprecated** This component is deprecated. Use the {@link DataTable2Component} instead.
*
* @example
* ```HTML
*
*
* {{ 'common.name' | translate }}
*
*
*
*
*
*