A TanStack Table data table where a column is pinned to the right so it stays visible while scrolling horizontally.
import { Table17 } from "@/components/ui/table-17"; export default function Default() { return ( <div className="flex w-full items-center justify-center p-6"> <Table17 /> </div> ); }