Skip to content

Commit ea6e598

Browse files
MDS-969 Fix Table sorting & zebra (#2534)
* fix: restoring the ability to sort the table * fix: code optimizing * fix: the Zebra example has been corrected
1 parent 07d6a21 commit ea6e598

File tree

5 files changed

+95
-85
lines changed

5 files changed

+95
-85
lines changed

next-docs/public/examples/table/Zebra.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Example = () => {
5050
<Table
5151
columns={columns}
5252
data={data}
53-
evenRowBackgroundColor="goku"
53+
evenRowBackgroundColor="gohan"
5454
rowGap="gap-0"
5555
/>
5656
);

0 commit comments

Comments
 (0)