Merge pull request #450 from aliounedia/master
Fix bug in backends ducumentation #449
This commit is contained in:
commit
6106606fea
@ -14,7 +14,8 @@ dataset.fetch();
|
||||
|
||||
// show the data for illustrations sake
|
||||
var grid = new recline.View.SlickGrid({
|
||||
model: dataset
|
||||
model: dataset,
|
||||
el: $('#my-online-csv')
|
||||
});
|
||||
$('#my-online-csv').append(grid.el);
|
||||
grid.visible = true;
|
||||
|
||||
|
||||
@ -212,3 +212,6 @@ section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#my-online-csv {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user