A data table with per-row selection checkboxes and a bulk actions toolbar that shows the selected count with clear and delete actions.
import Table18 from "@/components/ui/table-row-selection"; export default function Default() { return ( <div className="flex min-h-[400px] w-full items-center justify-center p-6"> <Table18 /> </div> ); }