Javascript simple table pager
This example shows how to use javascript to page a long table. The data source is local in this example, whereas in the Java_Example_Ajax_Pager_Async project we will get the table pages via AJAX.
This is a sample application developed during the lectures of the Web Engineering course. The code is organized to best match the lecture topics and examples. It is not intended for production use and is not optimized in any way.
This example code will be shown and described approximately during the 23rd lecture of the course, so wait to download it, since it may get updated in the meanwhile.
Simply download the code and open the provided html file in your browser.