-
Ticket
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
This feature conditionally creates a button within the VirtualizedTable component that allows clients to download the data within the table as comma-separated values (.csv).
Both PRs are needed to test the feature.
The PRs are
https://github.com/openshift/console/pull/14050
and
https://github.com/openshift/monitoring-plugin/pull/133
The monitoring-plugin passes a string called 'csvData', which contains metrics data formatted in comma-separated values. The console then consumes the 'csvData' in the component 'VirtualizedTable'. 'VirtualizedTable' renders the 'Export as CSV' button only if this property, 'cvsData' is present. Without the property the button 'Export as CSV' will not render.
The console's CI/CD pipeline > tide requires that issues have a valid Jira reference, presumably in this (OpenShift Console) board. This ticket is a duplication of
https://issues.redhat.com/browse/OU-431