mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
9b28daf89d
commit
2f98ea1aad
2 changed files with 2 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: () => void, v
|
|||
viewID: newViewID
|
||||
}, (response) => {
|
||||
const data = response.data.view as IAVTable;
|
||||
e.dataset.pageSize = data.pageSize.toString();
|
||||
// header
|
||||
let tableHTML = '<div class="av__row av__row--header"><div class="av__firstcol av__colsticky"><svg><use xlink:href="#iconUncheck"></use></svg></div>';
|
||||
let calcHTML = '<div style="width: 24px"></div>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue