1
0
Fork 0
forked from 0x2620/oxjs

make list items selectable

This commit is contained in:
Rolux 2010-06-30 11:02:13 +02:00
commit 084d05d108
7 changed files with 107 additions and 36 deletions

View file

@ -81,6 +81,38 @@ $(function() {
title: "Runtime",
visible: true,
width: 80
},
{
align: "left",
id: "language",
operator: "+",
title: "Language",
visible: true,
width: 120
},
{
align: "left",
id: "genre",
operator: "+",
title: "Genre",
visible: true,
width: 120
},
{
align: "right",
id: "rating",
operator: "-",
title: "Rating",
visible: false,
width: 80
},
{
align: "right",
id: "votes",
operator: "-",
title: "Votes",
visible: false,
width: 80
}
],
request: function(options) {