This snippet uses JQuery to paginate a HTML table
- The html file showTableRows.html is linked to bootstrap and jQuery cdn
- The html file also contains a populated table with id apprvSivSmry
- The javacript file showRows.js contains a javascript function that takes two parameters, the id of the table and the number of rows to show at a time.