+
+ }
+ title={props.title}
+ description={props.description}
+ actions={
+
+ }
+ />
+
+
+ );
+}
+
+export const PlatformResourceTable: Component<{
+ resources: Resource[];
+ emptyIcon: JSX.Element;
+ emptyTitle: string;
+ emptyDescription: string;
+ groupingMode?: 'grouped' | 'flat';
+}> = (props) => {
+ const [expandedResourceId, setExpandedResourceId] = createSignal