@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
14 lines • 417 B
JavaScript
/**
* Different reasons why the `NoDataComponent` is displayed.
*/
export let AnalyticalTableNoDataReason = /*#__PURE__*/function (AnalyticalTableNoDataReason) {
/*
* No data was passed to the table.
*/
AnalyticalTableNoDataReason["Empty"] = "Empty";
/*
* No results match the applied filters.
*/
AnalyticalTableNoDataReason["Filtered"] = "Filtered";
return AnalyticalTableNoDataReason;
}({});