Data Viewer gives you an instant view of your database table’s data. It is very handy if you want to show client your database data or you just want to give yourself an quick view of your database data.
Data Viewer presents data in a datagrid with searching and sorting functions, its data table is powered with ajax, no page refreshing when
retrieving
data.
Updates:
version 1.8:
Hide certain fields for MySql source
version 1.7:
Fixed IE bug: browser hangs when do sorting on IE browsers
version 1.6:
CSV data source (load data from a csv file).
Fix paging issue for xml data source.
Update manual file.
version 1.5:
Factory pattern modified.
Fix error warning message regarding to property showQuery
version 1.4:
Fixed pager number issue.
Xml data source (load data from a xml file).
version 1.3:
Fixed a paging bug.
version 1.2:
Fixed filter losing focus issue. Now you can continuously filling content in filter without being interrupted. Real live searching.
Added total records
Features:
MySQL/Xml file data source Sortable columns Live(ajax) search on very field Pagination Customizable number of records per page Customizable width of the front table Mysql datasource Super easy to integrate with your existing page
DEMO : Demo Page: http://www.the-di-lab.com/cc-demo/php/data-viewer/
Manual file is included in download file.