[test,bugfix][xs]: addendum fix to rename of label to title in demo in f1e2f7c4aee1deb1c24724b1e0266e0742b83380.
This commit is contained in:
parent
aaa72447b2
commit
1a8375ff85
@ -7,7 +7,7 @@ var Fixture = {
|
||||
{id: 'y'},
|
||||
{id: 'z'},
|
||||
{id: 'country'},
|
||||
{id: 'label'},
|
||||
{id: 'title'},
|
||||
{id: 'lat'},
|
||||
{id: 'lon'}
|
||||
];
|
||||
|
||||
@ -27,7 +27,7 @@ test('state', function () {
|
||||
var view = new recline.View.SlickGrid({
|
||||
model: dataset,
|
||||
state: {
|
||||
hiddenColumns:['x','lat','label'],
|
||||
hiddenColumns:['x','lat','title'],
|
||||
columnsOrder:['lon','id','z','date', 'y', 'country'],
|
||||
columnsSort:{column:'country',direction:'desc'},
|
||||
columnsWidth:[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user