test(data-table): assert width, minWidth properties

This commit is contained in:
Eric Liu 2022-04-23 12:05:22 -07:00
commit 9fcbf893cf

View file

@ -15,7 +15,7 @@
const headers: DataTableHeader[] = [
{ key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" },
{ key: "protocol", value: "Protocol", width: "400px", minWidth: "40%" },
{ key: "port", value: "Port" },
{ key: "rule", value: "Rule", sort: false },
];