zoiaTable Demo

zoiaTable is the AJAX-driven dynamic HTML table powered by jQuery. It allows you to display table data with pagination, filtering and sorting.

This demo uses static data (e.g. there is no server processing for sorting and filtering), therefore it doesn't cover all features provided. You may take a look at the Zoia project which is actively using zoiaTable at the Backend side.

Basic usage

Below is the basic minimal usage example.

You may also add client-side value processing and checkboxes like this:

Filtering by Value

To filter one or more columns by value, you will need the following HTML code (assuming that your table has id="table2"):


<input type="text" class="table2SearchInput" placeholder="Search">