Update
This commit is contained in:
@@ -585,6 +585,10 @@
|
||||
theme : "energyblue",
|
||||
selectionmode : 'checkbox',
|
||||
altrows : true,
|
||||
ready: function ()
|
||||
{
|
||||
// called when the Grid is loaded. Call methods or set properties here.
|
||||
},
|
||||
columns: [
|
||||
/*
|
||||
{ text: 'Barcode', filterable: false, columntype: 'button', align: 'center', width: 80, cellsrenderer: function () {
|
||||
@@ -763,6 +767,7 @@
|
||||
},
|
||||
{ text: 'No', filterable: false, datafield: 'noloket', width: 70, cellsalign: 'center', align: 'center' },
|
||||
{ text: 'Status', filtertype: 'checkedlist', datafield: 'tlsstatus', width: 75, cellsalign: 'left', align: 'center' },
|
||||
{ text: 'AccNumber', datafield: 'nofoto', width: 100, cellsalign: 'left', align: 'center' },
|
||||
{ text: 'No.RM', datafield: 'tlsnoregister', width: 100, cellsalign: 'left', align: 'center' },
|
||||
{ text: 'Name', datafield: 'tlsnama', width: 150, cellsalign: 'left', align: 'center' },
|
||||
{ text: 'Gender', datafield: 'tlsjk', width: 50, cellsalign: 'left', align: 'center' },
|
||||
@@ -1248,7 +1253,8 @@
|
||||
document.write(pageContent);
|
||||
document.close();
|
||||
newWindow.print();
|
||||
return false;
|
||||
openedpage();
|
||||
return false;
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user