Table Header
The header section of a table, typically containing column labels.
Table Header
Column 1
Column 2
Column 3
Column 4
interface TableHeaderProps{
children: React.ReactNode;
}Table Header
The header section of a table, typically containing column labels.
Table Header
interface TableHeaderProps{
children: React.ReactNode;
}