1
0
Fork 0
forked from 0x2620/oxjs

in TableLists, use options.unique, not options.columns[i].unique

This commit is contained in:
rolux 2012-06-27 20:38:07 +02:00
commit 55e2174831
5 changed files with 9 additions and 15 deletions

View file

@ -176,7 +176,8 @@ Ox.Chart = function(options, self) {
min: 0,
pageLength: self.items.length,
sort: [self.options.sort],
width: self.options.width
width: self.options.width,
unique: 'key'
})
.css({
left: 0,