mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
3f6418bf49
commit
68f346f47d
6 changed files with 22 additions and 20 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue