vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.71k stars 33.67k forks source link

compile simple html via Vue.compile method #4743

Closed R-iskey closed 7 years ago

R-iskey commented 7 years ago

Hi @yyx990803 , I've got a problem with the Vue.compile method. I use jquery.datatables with Vue2 and want to use 'child row' functionality, for details please look into following link: https://datatables.net/examples/api/row_details.html

I want to use datatable the same way as described in the link above, but I don't know how can I implement through Vue.component method.

Could you please help me out with this issue? Thanks in advance.

fnlctrl commented 7 years ago

Hi, thanks for filing this issue, however the issue tracker is reserved for bug reports and feature requests only, please use gitter or forum or stackoverflowto ask questions. Thanks!