import { For } from "solid-js"; import { TableStore, ColumnProps } from '.'; type ColgroupProps = { data: TableStore, } export function Colgroup (props: ColgroupProps) { return