Hi!
I have been experimenting with the Task Board for Vue3. And i wonder if there is a way of letting the ProjectModel handle the columns in a TaskBoard?
My thinking is that i sometimes want to remove the Task Board widget from the DOM entirely using v-if. I am using a simple custom list view using the same columns to split in sections. Now i have solved it with v-show. So the taskboard exists but not visible. But when i have a board with 500 tasks ish, the ux is laggy, and then i would like to remove the task board widget from the DOM and only show my simple list view.
Do you have any suggestions? I have looked into virtulize and getCardHeight(), but it does not really seem to do it for me.