liteGrid is a lightweight, event-driven jQuery Grid/Table plug-in. Its loosely-coupled, extensible design makes it very easy to customize without requiring you to make cumbersome changes to complex
... [More] code. The core of liteGrid provides very little functionality. It's power comes in the form of pluggable modules. Out of the box, it supports:
AJAX-based data provider supporting retrieval, updates (both multi-row batch and single-cell modes), updates, and inserts, with full support for retrieving and rebinding database-populated values post insert/update (more on this in a future post) Batch saving module that allows users to persist their changes on-demand BlockUI integration, nicely disabling access to the grid during data operations Cell saving module that automatically saves changes whenever a cell is edited Formatting module that allows you to specify anything from simple to advanced formatting rules Editable via integration with JEditable Layout manager that adds resizable columns, fixed header row, and more Integration with jQuery UI Row addition module that does exactly what it sounds like Row deletion module that adds a delete button to all rows (Thanks to David Koehler) Injection protection through escaping potentially dangerous characters, and unescaping them prior to edit Dynamic row striping that maintains the correct striping even as the grid changes Toolbar that supports custom buttons Tree-grid functionality, allowing rows to be nested under other rows Client-side sorting, even when the tree-grid module is used. [Less]
A JavaScript grid component for displaying and editing tabular data in DHTML-based tables. The grid provides rich client-side API, column sorting and resizing capabilities, multiple in-cell editors
... [More], filtering, searching and grouping functionality, etc. [Less]
SQL Comparator is a C# Windows application designed to facilitate rapid minimal change database validation, which is capable of connecting to any ODBC compliant data source such as Microsoft SQL
... [More] Server or Oracle.
SQL Comparator runs two user defined queries and compares the results in a graphical mode designed to facilitate the identification of minimal differences in complex tables. The tool will calculate and highlight any row, column, and cell-based differences between the two datasets. The tabular data is displayed in two datagrids which are positionally synchronized and where differing cells are visually highlighted. [Less]
A new proposed project to make a dynamic data grid with the following features:
Small and light. Size should be less than 30 KB for minified version Dynamic data source for easy table population
... [More] (JSON or plain HTML) Create, Read, Update and Delete (CRUD) operation Sorting based on columns (using tablesorter plugin) Searching based on filters for multiple columns Follows KISS Principal – Keep it simple stupid. No unnecessary insertion of DOM elements Insertion of checkbox for each row and defining custom button to perform an action Current Status: Planning [Less]
GWT TableA library that permit you to create simply a gracefully pagination GWT table with remote sorting and remote filtering.
Preview
... [More]
Exampleshttp://code.google.com/p/gwt-table/wiki/PagingTableWidget
ContactYou can contact me at http://www.pianetatecno.com. All suggestions are welcomed!! [Less]
A PHP library by http://www.freelance-soft.com that allows you to create html tables from a mysql database ( DataGrid ). Supports sorting, paging, inner joins, left joins right joins, where
... [More] conditions, drop down lists in cells, customization by css, etc. [Less]