Vuejs and datatables: table empty when using v-for to fill data
Clash Royale CLAN TAG #URR8PPP Vuejs and datatables: table empty when using v-for to fill data I'm trying to fill a datatable using vuejs v-for directive and ajax to get the data but the table is always showing "No data available in table" even though there are some data shown and also in the bottom says "Showing 0 to 0 of 0 entries". I guess this is because vuejs is reactive and the table can't recognize the changes maybe? I've been searching and trying for a while but with no solution found.. thanks a lot! :) here's the template: <div class="row"> <div class="col-sm-12"> <div class="box box-color box-bordered"> <div class="box-title"> <h3> <i class="fa fa-table"></i> </h3> </div> <div class="box-content nopadding"> ...