Skip to content

Instantly share code, notes, and snippets.

@nghiaht
Created August 31, 2021 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiaht/335d7df4db079bb4eba3f5709b78b287 to your computer and use it in GitHub Desktop.
Save nghiaht/335d7df4db079bb4eba3f5709b78b287 to your computer and use it in GitHub Desktop.
Responsive table with Ant Design
import { Table } from "antd";
...
<Table
...
scroll={{ x: "max-content" }}
/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment