Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35271

When i update column i get blank alert, but i didn't used alert. How to resolve this issue.

$
0
0

When i update column i get blank alert, but i didn't used alert. How to resolve this issue.Below i attached code.

$(document).ready(function() { $('#inventory').dataTable({ 'bProcessing': true, 'bServerSide': true, 'sAjaxSource': 'ajax_inventory.php?action=getInventory', }).makeEditable({ sUpdateURL: 'ajax_inventory.php?action=updateQty', 'aoColumns': [ null, { tooltip: 'Qty', onblur: 'submit', fnOnCellUpdated: function(sStatus, sValue, settings){

         }
      }
    ]

}); });


Viewing all articles
Browse latest Browse all 35271

Trending Articles