Skip to content

Commit 539bc70

Browse files
committed
docs(@clayui/table): Add preview for sorting example.
1 parent 3bbe120 commit 539bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clay-core/docs/table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ It is also possible to implement your own logic on the client side when your dat
237237
</code> API defined.
238238
</div>
239239

240-
```jsx
240+
```jsx preview
241241
export function App() {
242242
const [sort, setSort] = (useState < Sorting) | (null > null);
243243
const [items, setItems] = useState([

0 commit comments

Comments
 (0)