Is it possible to render the table to a specific element? #2457
Closed
tp1415926535
started this conversation in
General
Replies: 1 comment
-
Now I know, just set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have many calls to
dv.pages()
in the same note, which is slow to display on mobile.So I'd like to put all these queries into the same block of code, and hopefully only call
dv.pages()
once to reuse the variable to improve performance (I'm not sure if this will work).So I want the final result (like
dv.table()
) can be displayed in a specificspan
ordiv
tag by id. Is it possible?Beta Was this translation helpful? Give feedback.
All reactions