mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
1544786bb6
commit
52498a5287
7 changed files with 76 additions and 16 deletions
|
|
@ -135,7 +135,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, data.columns[index].wrap)}</div>`;
|
||||
${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value)}</div>`;
|
||||
|
||||
if (pinIndex === index) {
|
||||
tableHTML += "</div>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue