Skip to content

Platform: Table toolbar Component V1.0 Technical Design

sKudum edited this page Mar 18, 2020 · 3 revisions

Table toolbar

Summary

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.

Example

<fdp-table-toolbar    [id]="id of the element'"
                      [clickable]="true|false'"
                      [title]="title"
                      (click)="onpress()">
                       attribute text</fdp-table-toolbar>

Design

Property Bindings

[clickable]="true|false'":boolean

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.

[title]="attribute title'":string

Eventbinding

[click]="onAttributeclick()'"

Event fired on click of attribute.

Clone this wiki locally