forked from 0x2620/oxjs
more fixes (list)
This commit is contained in:
parent
782b795a36
commit
b3ea88fc27
2 changed files with 53 additions and 25 deletions
|
|
@ -34,6 +34,14 @@ $(function() {
|
|||
}),
|
||||
$list = new Ox.TextList({
|
||||
columns: [
|
||||
{
|
||||
align: "left",
|
||||
id: "id",
|
||||
operator: "+",
|
||||
title: "ID",
|
||||
visible: false,
|
||||
width: 80
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
id: "title",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue