mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
df17081df5
commit
b5d9968237
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const avRender = (element: Element) => {
|
||||||
// }]
|
// }]
|
||||||
// }]
|
// }]
|
||||||
// };
|
// };
|
||||||
fetchPost("/api/av/renderAttributeView", {id: e.getAttribute("data-node-id")}, (response) => {
|
fetchPost("/api/av/renderAttributeView", {id: e.getAttribute("data-av-id")}, (response) => {
|
||||||
const data = response.data.av;
|
const data = response.data.av;
|
||||||
let tableHTML = '<div class="av__row av__row--header" style="background-color: var(--b3-theme-background)"><div class="av__firstcol"><input style="margin-top: 14px" type="checkbox"></div>';
|
let tableHTML = '<div class="av__row av__row--header" style="background-color: var(--b3-theme-background)"><div class="av__firstcol"><input style="margin-top: 14px" type="checkbox"></div>';
|
||||||
data.columns.forEach((column: IAVColumn) => {
|
data.columns.forEach((column: IAVColumn) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue