Skip to content

Commit

Permalink
Start to add support for a top scroll bar on the grid
Browse files Browse the repository at this point in the history
Towards #19.
  • Loading branch information
waldoj committed Nov 11, 2015
1 parent e5473c3 commit b4090e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"handlebars": "~3.0.3",
"underscore": "~1.8.3",
"uri.js": "~1.15.1",
"components-font-awesome": "~4.3.0"
"components-font-awesome": "~4.3.0",
"doublescroll": "https://github.com/avianey/jqDoubleScroll.git"
}
}
5 changes: 5 additions & 0 deletions public/grid/js/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
callback: showInfo,
parseNumbers: true
});

$(document).ready(function() {
$('.table-responsive').doubleScroll();
});

});


Expand Down

0 comments on commit b4090e5

Please sign in to comment.