I need a simple solution. I know it\'s similar to some other questions, like:
Add this in the head:
<link rel="stylesheet" type="text/css" href="/path/to/easyscrolltable.css">
<script src="/path/to/easyscrolltable.js"></script>
Javascript:
$('table.ytable').EasyScrollableTable({
'top' : 1,
'left' : 1,
'class': '',
'width': '100%',
'height': 'auto',
'footer': false,
'hover': true
});