05/03/2009, 11:53
|
| | | Fecha de Ingreso: septiembre-2008 Ubicación: Aguascalientes
Mensajes: 65
Antigüedad: 16 años, 2 meses Puntos: 4 | |
Respuesta: Duda plug in JQuery Se me pasó poner la forma como lleno mis encabezados...
Código:
colNames:['Me','Gold LE', 'Country', 'PL #','Date','Time','Currency','Role','Count','Total Amt','','Count','Total Amt','','',''],
Así modelo la tabla:
Código:
colModel:[ {name:'me',index:'me', width:60, sortable:false},
{name:'goldLe',index:'goldLe', width:60, sortable:false},
{name:'ctry',index:'ctry', width:50, sortable:false},
{name:'plNum',index:'plNum', width:50, sortable:false},
{name:'date',index:'date', width:70, sortable:false},
{name:'time',index:'time', width:50, sortable:false},
{name:'currency',index:'currency', width:50, sortable:false},
{name:'role',index:'role', width:90, sortable:false},
{name:'count',index:'count', width:40, align:"right", sorttype:"int", sortable:false},
{name:'totalAmount',index:'totalamount', width:50, align:"right",sorttype:"float", sortable:false},
{name:'sel',index:'sel', width:30, sortable:false},
{name:'count2',index:'count', width:40, align:"right",sorttype:"int", sortable:false},
{name:'totalAmount2',index:'totalAmount2', width:50, align:"right", sorttype:"float", sortable:false},
{name:'sel2',index:'sel2', width:30, sortable:false},
{name:'list',index:'list', width:40, sortable:false},
{name:'print',index:'print', width:90, sortable:false},],
|