0.0.14 • Published 2 years ago

@sixty.stone/ngx-sixty-stone-table v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@sixty.stone/ngx-sixty-stone-table

Dependencies

  • npm install @sixty.stone/ngx-sixty-stone-pager --save

  • npm install @sixty.stone/ngx-sixty-stone-dialog --save

Implementation

Bootstrap Module

  • import { SixtyStoneTableModule } from '@sixty.stone/ngx-sixty-stone-table'

App Component TypeScript

  • import { SixtyStoneTableParams } from '@sixty.stone/ngx-sixty-stone-table'

  • tableParams: SixtyStoneTableParams = SixtyStoneTableParams.emptyParams();

Inside ngOnInit()

  • this.tableParams = new SixtyStoneTableParams(id, data);

  • this.tableParams.eventHandlers.onCellClicked = (column, row) => console.log({column, row});

App Component HTML

  • <sixty-stone-table [table-params]="tableParams"></sixty-stone-table>
0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago