sample/frontend/src/app/financial-grid/financial-grid.component.html [72:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[attr.colspan]="column.colSpan"
[attr.rowspan]="column.rowSpan"
[ngClass]="{'agr-end-section':(index==0 || column.isLast),'agr-grid-section':index==0,
'agr-grid-checkbox':column.columnDef.field=='checkbox'}"
pResizableColumn
pReorderableColumn
agrDragColumn>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sample/frontend/src/app/section-grid/section-grid.component.html [71:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[attr.colspan]="column.colSpan"
[attr.rowspan]="column.rowSpan"
[ngClass]="{'agr-end-section':(index==0 || column.isLast),'agr-grid-section':index==0,
'agr-grid-checkbox':column.columnDef.field=='checkbox'}"
pResizableColumn
pReorderableColumn
agrDragColumn>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -