Unplanned
Last Updated: 31 Oct 2022 05:42 by Jef
Jef
Created on: 31 Oct 2022 05:42
Category: Grid
Type: Bug Report
0
innerHtml prop of cell template render function is lost when reordering columns

https://stackblitz.com/edit/mzrap6-afgvuk?file=src%2Fmain.vue

reorder the second column
result the innderHTML is NOT visible

Expected behavior
result the innderHTML is visible

workaround: use inner array instead of innerHTML - https://stackblitz.com/edit/mzrap6-y35krb?file=src%2Fmain.vue

0 comments