This commit is contained in:
mumana 2018-06-12 20:24:34 +00:00
parent a84424554b
commit 617f19d8ae

View file

@ -40,6 +40,7 @@ this.getDataModel = function () {
});
$('#TableItems').TableInit(0, false, true, true, false, null, null);
obtenerItems();
@ -47,7 +48,6 @@ this.getDataModel = function () {
this.CargarGridEmisores = function (data) {
$('#TableItems').TableInit(0, false, true, true, false, null, null);
var TableItems = $('#TableItems').DataTable();
var lista = data;