BinaryCode
Newbie

Posts: 38
|
 |
« on: August 19, 2014, 01:31:19 PM » |
|
Hello,
I found another bug for Jeasyui 1.4 version:
//Define Grid field GPS.gridGps.datagrid({ columns: [[ {field: 'icon', title: 'Icon', width: 80, formatter: formatIcon}, {field: 'nopol', title: 'Nopol', width: 80}, {field: 'imei', title: 'Imei', width: 200}, {field: 'phone', title: 'Phone', width: 80}, {field: 'stnk_berlaku', title: 'STNK', width: 80}, {field: 'no_kir', title: 'No KIR', width: 80}, {field: 'kir_berlaku', title: 'KIR Berlaku', width: 80}, {field: 'noka', title: 'No Rangka', width: 80}, {field: 'nosin', title: 'No Mesin', width: 80}, {field: 'gps_install_date', title: 'Tgl Install', width: 80}, {field: 'expired_date', title: 'Garansi', width: 80} ]] });
//Load data from local $("#tblGrid").datagrid({loadFilter: pagerFilter}).datagrid('loadData', GPS.records);
Note: after execute above command, data not always appear in datagrid, but when i change page size to another example from 10 to 20 data will show will appear, or click reload button from pagination
I don't have problem with jeasyui V1.3.6 but V1.4 problem
|