docs(data-table): set width on empty column with overflow menu (#2196)

This commit is contained in:
Eric Liu 2025-09-05 09:01:07 -07:00 committed by GitHub
commit f258548f3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
{ key: "name", value: "Name" },
{ key: "port", value: "Port" },
{ key: "rule", value: "Rule" },
{ key: "overflow", empty: true },
{ key: "overflow", empty: true, width: "72px" },
];
const rows = [