Openstatus www.openstatus.dev

chore: add data table to playground (#1038)

authored by

Maximilian Kaske and committed by
GitHub
dbf89564 34b0eded

+8 -1
+8 -1
apps/web/src/app/play/page.tsx
··· 5 5 Gauge, 6 6 Palette, 7 7 PanelTop, 8 + Table, 8 9 } from "lucide-react"; 9 10 import type { Metadata } from "next"; 10 11 11 - import { BackButton } from "@/components/layout/back-button"; 12 12 import type { CardProps } from "@/components/play/card"; 13 13 import { Card } from "@/components/play/card"; 14 14 import { ··· 91 91 description: 92 92 "Use the endpoint to return the desired error code for testing purposes.", 93 93 icon: FileCode, 94 + }, 95 + { 96 + href: "https://logs.run", 97 + title: "Data Table Demo", 98 + description: 99 + "Tanstack table with sorting, filtering, and infinite scroll. Combined with cmdk.", 100 + icon: Table, 94 101 }, 95 102 ];