footable动态载入数据

footable_redraw事件

$('#scan').on('click',function(){
              var html = '<tr><td>mayidudu</td><td>Patrick Smith</td><td>0800 051213</td><td>Inceptos Hymenaeos Ltd</td><td><span class="pie">0.52/1.561</span></td><td>20%</td><td>Jul 14, 2013</td><td>20%</td><td>Jul 14, 2013</td><td>20%</td><td><a href="scanit.html?ap=jtt"><i class="fa fa-check text-navy"></i></a></td></tr>';
              $('table tbody').html(html).trigger('footable_redraw');
              
            });

原文地址:https://www.cnblogs.com/mayidudu/p/5820186.html