getJUBTitle : function(rowIndex) {
return JUBGrid._getMARCAttr(rowIndex, 'title');
},
+ getJUBAuthor : function(rowIndex) {
+ return JUBGrid._getMARCAttr(rowIndex, 'author');
+ },
getJUBIsbn : function(rowIndex) {
return JUBGrid._getMARCAttr(rowIndex, 'isbn');
},
cells: [[
{name: "ID", field: 'id'},
{name: "Title", width: "auto", get:JUBGrid.getJUBTitle},
+ {name: "Author", get:JUBGrid.getJUBAuthor},
{name: "ISBN", get:JUBGrid.getJUBIsbn},
{name: '${_("Pubdate")}', get:JUBGrid.getJUBPubdate},
{name: "Price", get:JUBGrid.getJUBPrice},