Módulo Angular11. Tabela responsiva com campo de busca e paginação no front-end.
npm install tc-data-tableMódulo Angular11. Tabela responsiva com campo de busca e paginação no front-end.

``
import {TcDataTableModule} from 'tc-data-table';
@NgModule({
imports: [TcDataTableModule],
})
export class YourAppModule {
}
`
``
Produto
ID
Data
{{ content.product }}
{{ content.id }}
{{ content.created_at | date: 'dd/MM/yyyy' }}
``
this.dataTable = [
{
"product": "Cadeira",
"created_at": "2021-05-07T12:57:02.351838-03:00",
"id": "123456",
"ref": 11334830,
}
]
| Name | Type | Required | |
|---|---|---|---|
| IN | data | Array Object | true |
| OUT | todata | Array Object | true |
| IN | itemsForPage | Number | false (default 10) |
| IN | textSearch | string | false (default Procurar`) |