Vanessa 2025-06-30 15:12:44 +08:00
parent 3f6418bf49
commit 68f346f47d
6 changed files with 22 additions and 20 deletions

View file

@ -199,7 +199,7 @@ ${cell.value?.isDetached ? ' data-detached="true"' : ""}
style="width: ${data.columns[index].width || "200px"};
${cell.valueType === "number" ? "text-align: right;" : ""}
${cell.bgColor ? `background-color:${cell.bgColor};` : ""}
${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex)}</div>`;
${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex, data.showIcon)}</div>`;
if (pinIndex === index) {
tableHTML += "</div>";