Tasks #7
Answered
by
Abhinav-ark
ROHITH-M10
asked this question in
Q&A
-
how did you dynamically update the tasks page? |
Beta Was this translation helpful? Give feedback.
Answered by
Abhinav-ark
Mar 5, 2024
Replies: 1 comment
-
I declared a table row as a html template, kept the tasks in a seperate json, and used javascript to append copies of the table row template to the browser dom. Checkout upcoming.html to get a clear understanding. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ROHITH-M10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I declared a table row as a html template, kept the tasks in a seperate json, and used javascript to append copies of the table row template to the browser dom. Checkout upcoming.html to get a clear understanding.