Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 276 Bytes

USAGE

Install using bower

bower install Ciki/jquery.scrollTable#~1.0

And use in javascript like

$(function() {
	$('.table-scrollable').scrollTable();
});

And import .less file in your .less

@import "../libs/jquery.scrollTable/jquery.scrollTable.less";