I'm trying to connect Datatable in Ajax mode and Vue component, which should, if successful, render the Order button of the Product. I created an API for my web application, and through the get-query I pass the JSON to the AJAX table property. All data is displayed correctly, and even one button is an order, but it is not a Vue component, but a simple HTML. So I pass to JSON this string
but as a result, this row is written to the table cell, it is not converted into a vue-component...
if I pass this line in normal datatable mode (without Ajax) - the component is rendered, there are no problems.
I using Laravel 5.5