Remove extra columns from battery list
This commit is contained in:
parent
15826336f5
commit
ba40ca2d5b
1 changed files with 0 additions and 21 deletions
|
|
@ -117,33 +117,12 @@
|
|||
field: 'sell_price',
|
||||
title: 'SRP'
|
||||
},
|
||||
{
|
||||
field: 'res_capacity',
|
||||
title: 'Res. Capacity'
|
||||
},
|
||||
{
|
||||
field: 'length',
|
||||
title: 'Length'
|
||||
},
|
||||
{
|
||||
field: 'width',
|
||||
title: 'Width'
|
||||
},
|
||||
{
|
||||
field: 'height',
|
||||
title: 'Height'
|
||||
},
|
||||
{
|
||||
field: 'total_height',
|
||||
title: 'Total Height'
|
||||
},
|
||||
{
|
||||
field: 'Actions',
|
||||
width: 110,
|
||||
title: 'Actions',
|
||||
sortable: false,
|
||||
overflow: 'visible',
|
||||
locked: {right: 'xl'},
|
||||
template: function (row, index, datatable) {
|
||||
var actions = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue