table/src/table-actionbar/table-actionbar.component.ts
Developer Preview: Wrapper for Table related Buttons or Icons providing layout and spacing.
Example :<talenra-table-actionbar>
<button talenra-button label="My Label" icon="viewer" size="xs" kind="secondary"></button>
<talenra-icon name="more-vert" />
</talenra-table-actionbar>import { TableActionbarComponent } from '@talenra/components/table';See TableComponent See TableToolbarComponent
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | talenra-table-actionbar |
| templateUrl | ./table-actionbar.component.html |
| styleUrl | ./table-actionbar.component.scss |