Posted 9 July 2019, 9:56 am EST
I have a need for cell template support in VueJS. I understand the itemFormatter workaround, however not having the templates is hindering the ability to port AngularJS apps to VueJS, requiring me to find native JS widget replacements for some of the cells (apps with dropdown menus in a cell, with directives embedded on the menu items, for example).
Is there a technical limitation that prevents the cell templates, or is it a manpower issue? Would a custom solution using a runtime template (like https://github.com/alexjoverm/v-runtime-template) work with flexgrid, and if so, what do I need to look out for (destroying unused cells, memory management, etc)?