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',
|
field: 'sell_price',
|
||||||
title: 'SRP'
|
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',
|
field: 'Actions',
|
||||||
width: 110,
|
width: 110,
|
||||||
title: 'Actions',
|
title: 'Actions',
|
||||||
sortable: false,
|
sortable: false,
|
||||||
overflow: 'visible',
|
overflow: 'visible',
|
||||||
locked: {right: 'xl'},
|
|
||||||
template: function (row, index, datatable) {
|
template: function (row, index, datatable) {
|
||||||
var actions = '';
|
var actions = '';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue