Skip to content

Ciki/jquery.scrollTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";