bootstrapTable Events

  • 91
  • 0

bootstrapTable Events

bootstrapTable Events

$('#dataTable').bootstrapTable({
    onEventName : function(){...}
    ....
});



//For example:
$('#dataTable').bootstrapTable({
            onPageChange: function () {
                calculation();
            },
            onPostBody: function () {
                calculation();
            }
        });

參考網址:http://bootstrap-table.wenzhixin.net.cn/documentation/