add id column to documents panel
This commit is contained in:
parent
4c59d41496
commit
e61f742d3e
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 256
|
width: 256
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'id',
|
||||||
|
operator: '+',
|
||||||
|
title: Ox._('ID'),
|
||||||
|
visible: true,
|
||||||
|
width: 64
|
||||||
|
},
|
||||||
{
|
{
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return value.toUpperCase();
|
return value.toUpperCase();
|
||||||
|
|
Loading…
Reference in a new issue