DynamicTable is a beautification script for HTML tables, specifically useful for those that present lots and lots of data.
The component works without any JavaScript framework loaded on the page, and can also handle very large amounts of data, in the realm of hundreds or even thousands of table rows.
DynamicTable is ideal for building beautiful data grids, adding the following features to each HTML table:
- a search field above each column for filtering its content
- a sorting button above each column for ordering the data inside
- a pagination bar at the bottom of the table for skipping through the table's data
These can prove to be quite useful controls, adding to a site's UX (user experience) and also allowing developers to cut down on the space needed to embed a larger table.
All the DynamicTable controls are also fully skinnable via CSS code.
A demo is included with the download package.
Requirements:
- JavaScript enabled on client side
Comments not found