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
3
source/Ox.UI/js/List/Chart.js
vendored
3
source/Ox.UI/js/List/Chart.js
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue