Skip to content

Commit

Permalink
fix(data table readme): remove unnecessary tick
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronDWall committed Jan 21, 2025
1 parent 40e68f9 commit fbdd863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/data-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ shouldIgnoreRowClick?: boolean;
*/
shouldIgnoreRowClick?: boolean;
}
````
```
### Signature `customColumns`
Expand Down Expand Up @@ -289,3 +289,4 @@ shouldIgnoreRowClick?: boolean;
```ts
(row: Row) => ReactNode;
```
````

0 comments on commit fbdd863

Please sign in to comment.