[test,bugfix][xs]: addendum fix to rename of label to title in demo in f1e2f7c4ae.
This commit is contained in:
@@ -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:[
|
||||
|
||||
Reference in New Issue
Block a user