Skip to content

Commit

Permalink
docs(@clayui/table): Add preview for sorting example.
Browse files Browse the repository at this point in the history
  • Loading branch information
SelenaAungst committed Feb 21, 2025
1 parent 3bbe120 commit 539bc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-core/docs/table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ It is also possible to implement your own logic on the client side when your dat
</code> API defined.
</div>

```jsx
```jsx preview
export function App() {
const [sort, setSort] = (useState < Sorting) | (null > null);
const [items, setItems] = useState([
Expand Down

0 comments on commit 539bc70

Please sign in to comment.