forked from 0x2620/oxjs
make list items selectable
This commit is contained in:
parent
813dc0a039
commit
084d05d108
7 changed files with 107 additions and 36 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue