[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: 'y'},
|
||||||
{id: 'z'},
|
{id: 'z'},
|
||||||
{id: 'country'},
|
{id: 'country'},
|
||||||
{id: 'label'},
|
{id: 'title'},
|
||||||
{id: 'lat'},
|
{id: 'lat'},
|
||||||
{id: 'lon'}
|
{id: 'lon'}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ test('state', function () {
|
|||||||
var view = new recline.View.SlickGrid({
|
var view = new recline.View.SlickGrid({
|
||||||
model: dataset,
|
model: dataset,
|
||||||
state: {
|
state: {
|
||||||
hiddenColumns:['x','lat','label'],
|
hiddenColumns:['x','lat','title'],
|
||||||
columnsOrder:['lon','id','z','date', 'y', 'country'],
|
columnsOrder:['lon','id','z','date', 'y', 'country'],
|
||||||
columnsSort:{column:'country',direction:'desc'},
|
columnsSort:{column:'country',direction:'desc'},
|
||||||
columnsWidth:[
|
columnsWidth:[
|
||||||
|
|||||||
Reference in New Issue
Block a user