File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/samples/react/src/components/table Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ export const TableSortData: FC = () => (
5959
6060 < section className = "w-full grid gap-4" >
6161 < section className = "grid gap-4" >
62- < KolHeading _level = { 2 } _label = "Vertical" />
62+ < KolHeading _level = { 2 } _label = "Vertical headers " />
6363 < KolTableStateful _label = "Sort a date column" _minWidth = "auto" _data = { DATA . slice ( 0 , 10 ) } _headers = { HEADERS_VERTICAL } className = "block" />
6464 </ section >
6565 < section className = "grid gap-4" >
66- < KolHeading _level = { 2 } _label = "Horizontal" />
66+ < KolHeading _level = { 2 } _label = "Horizontal headers " />
6767 < KolTableStateful _label = "Sort a date column" _minWidth = "auto" _data = { DATA } _headers = { HEADERS_HORIZONTAL } className = "block" />
6868 </ section >
6969 </ section >
You can’t perform that action at this time.
0 commit comments