The "autoReload" input from the data table can now be used in the key
value table as well.
Signed-off-by: Stephan Müller <smueller@suse.com>
[columns]="columns"
columnMode="flex"
[toolHeader]="false"
+ [autoReload]="autoReload"
[header]="false"
[footer]="false"
[limit]="0"
columns: Array<CdTableColumn> = [];
@Input() data: any;
+ @Input() autoReload: any = 5000;
tableData: {
key: string,