Grid column aligment

I have this code:

{ view: ‘grid’, datatype: ‘json’, url: ‘data/sample_grid.json’,
fields: [
{ width: 80, label: ‘Qty’, template: ‘#value#’, type: ‘custom’, align: ‘right’, id: ‘qty’},
{ width: 50, label: ‘Un’, template: ‘#value#’, type: ‘custom’, align: ‘left’, id: 1294092264701},
{ width: 600, label: ‘Description’, template: ‘#value#’, type: ‘custom’, align: ‘left’, id: 1294092264745},
{ width: 120, label: ‘Price’, template: ‘#value#’, type: ‘custom’, align: ‘right’, id: 1294092265142},
{ width: 150, label: ‘Ext. Price’, template: ‘#value#’, type: ‘custom’, align: ‘left’, id: 1294092265537}
], sorting: false, id: 1294092264613
},

How to make the columns use the width pre-defined ?

Please take a look in the attached file.


There was a bug with table rendering, later today we will release version 0.5, which will preserve width of columns correctly.