Layout-table
Layout of table.
PeerDependency
Install via NPM:
npm i @sueldosrh/icons-feather
npm i @sueldosrh/empty-result-table
npm i @sueldosrh/loading-page
Installation
Install via NPM:
npm i @sueldosrh/table-layout-component
Usage
TypeScript
import {TableComponentModule} from '@sueldosrh/table-layout-component';
@NgModule({
imports: [
TableComponentModule
]
})
<my-table-layout [cargando]="cargando">
<table table></table>
<my-table-layout>
####Directives
Table
Captures the template of table.
Selector: [table]
Cargando
@Input()
cargando: boolean
default: true
Empty Table
@Input()
emptyResult: boolean
default: true
License
This project is licensed under the terms of the MIT license.