A data table with a select-all header checkbox, per-row checkboxes, and a live count of selected rows.
import { Table07 } from "@/components/ui/table-07"; export default function Default() { return ( <div className="flex w-full justify-center p-6"> <Table07 /> </div> ); }