-
Notifications
You must be signed in to change notification settings - Fork 133
Platform: Table toolbar Component V1.0 Technical Design
sKudum edited this page Mar 18, 2020
·
3 revisions
The table toolbar always appears above the table and has a transparent background. The control is used for key actions that impact the entire table.
<fdp-table-toolbar [id]="id of the element'"
[clickable]="true|false'"
[title]="title"
(click)="onpress()">
attribute text</fdp-table-toolbar>
Defines Object Attribute text is selectable for the user. once value of the text property becomes active and acts like a link.
on text presence, active property will be set to true.
Event fired on click of attribute.