forked from 0x2620/oxjs
in TableLists, use options.unique, not options.columns[i].unique
This commit is contained in:
parent
5da1b606eb
commit
55e2174831
5 changed files with 9 additions and 15 deletions
|
|
@ -23,7 +23,6 @@ Ox.FormPanel = function(options, self) {
|
|||
columns: [
|
||||
{
|
||||
id: 'id',
|
||||
unique: true,
|
||||
visible: false
|
||||
},
|
||||
{
|
||||
|
|
@ -63,6 +62,7 @@ Ox.FormPanel = function(options, self) {
|
|||
min: 1,
|
||||
selected: [self.options.form[0].id],
|
||||
sort: [{key: 'id', operator: '+'}],
|
||||
unique: 'id',
|
||||
width: 256
|
||||
}).bindEvent({
|
||||
select: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue