- now hide the child header, showHeader= {false}, and the columns of the child table cannot be aligned with the columns of the parent table, even if the settings are the same width
showHeader can only be used with fixed headers.< hr >
column style:
detailsColumns = [
{
title: "",
dataIndex: "name",
align: "left",
...
}, {
title: "",
dataIndex: "comment",
align: "left",
....
}, {
title: "",
dataIndex: "deptName",
filterMultiple: false,
width: 130,
align: "left",
}, {
title: "",
dataIndex: "userName",
align: "left",
width: 130,
}, {
title: "",
dataIndex: "status",
width: 100,
....
}, {
title: "",
dataIndex: "version",
align: "center",
width: 80,
....
}, {
title: "",
dataIndex: "todo",
align: "left",
width: 100,
...
}];
< hr >
do not hide child headers:
: