0.0.14 • Published 1 year ago

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

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago