git-svn-id: https://msi/svn/firstRepo/Management/trunk@49 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -49,7 +49,11 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/photos/photosViewTempl
|
||||
filterable: true,
|
||||
autoshowfiltericon: true,
|
||||
columns: [
|
||||
{text: 'Titolo', dataField: 'titolo', width: "400px"},
|
||||
{text: 'Titolo', dataField: 'titolo', width: "400px",
|
||||
cellsrenderer: function(row, columnfield, value, defaulthtml, columnproperties) {
|
||||
return "<div style='overflow: hidden; text-overflow: ellipsis; padding-bottom: 2px; text-align: left; margin-right: 2px; margin-left: 4px; margin-top: 4px;'>" + unescape(value ) + "</div>";
|
||||
}
|
||||
},
|
||||
{text: 'Inviate', dataField: 'num_img', width: "65px"},
|
||||
{text: 'All Published', editable: false, dataField: 'all_published', width: "70px",
|
||||
cellsrenderer: function(index, datafield, value, defaultvalue, column, rowdata) {
|
||||
|
||||
Reference in New Issue
Block a user