Use this to search the text of your table, check the column out. init table to searchable jQuery('#table1').tablehandler();
search your text jQuery('#table1').searchTable({
value : jQuery('#value1').val …
colResizable is a jQuery plugin designed to enhance any kind of HTML table object adding column resizing features by dragging column anchors manually. It is tiny in size (colResizable v1.0 is only 2.8kb …
This implements a table scroller. It is passed a single argument which is the height in pixels of the scrolled region. It will replace the original table with the scrolled table.
A jQuery plugin to highlight table rows and columns when hovering over them. It features different styles for row and column highlighting and fixing the highlight when a user clicks inside a cell.
MagicCombo is a small and flexible JQuery ComboBox plugin. Multi selection and paging ( with grid ). You can put anything into it, such as a grid. Support customize style. Support load data from url. …
jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including: Automatically creates HTML table and loads records from server …
A rewrite of the original table sort script that includes a few more features and a much faster sort routine architecture Plays nicely with the JavaScript global namespace (the script creates and reuses …
MagicGrid is a small and flexible JQuery grid plugin. Although it only provide basic grid function, good design model give it great flexibility. Basic features: adjust row width change row order by drag …
KeyTable is a Javascript library which provides keyboard navigation and event binding for any HTML table. With KeyTable Excel style table navigation can be employed to provide features such as editing …
This plugin works in conjunction with the metadata plugin to bind a table to a form such that you can populate the form with the data stored in a particular row and then use the form to update the data …
HeatColor is a plugin that allows you to assign colors to elements, based on a value derived from that element. The derived value is compared to a range of values, either determined automatically or …
This plug-in / php-data-generator combination was created when we could not find any easy-to-implement fast and non-complex alternatives. We are searching for developers who wish to help out in the future …
Ingrid is an unobtrusive jQuery component that adds datagrid behaviors (column resizing, paging, sorting, row and column styling, and more) to your tables. The goal here is to give jQuery a robust, native …
Fixed Table Header is fixing header row of table without div overflow. It is fix header row of table when scroll down the page. You can use fixedtableheader plugin with ASP.NET DataGrid or GridView. …
jExpand is ultra lightweight jQuery plugin that will make your tables expandable. Typical for line of business applications, this feature can help you organize tables better. This way, tables can hold …
TiamatGrid is a HTML-based, ajax grid plugin for jQuery library. Based in jqGridView plugin have not all the features but is faster loading an showing tables, and provide methods for the events. General …
This JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. All you need to do is put header rows (if you need them) in THEAD section, …
TableEditor provides flexible in place editing of HTML tables. User defined handler functions can easily be dropped in to, for example, update the data source via an AJAX request.
jQuery.sheet gives you all sorts of possibilities when it comes to giving your web application a spreadsheet style interface with MS Excel style calculations. jQuery.sheet manages the sheet creation, …
This jquery plugin is used to create a pagination element under a table element. You can customize your pagination needs through various settings. td {
border: 1px solid black;
…
Datagrids don't have to be difficult to use anymore - say hi to Ingrid. Ingrid is an unobtrusive jQuery component that adds datagrid behaviors (column resizing, paging, sorting, row and column styling …
uiTableEdit - jquery plugin for making tables user editable user clicks on a cell, edits the value, then presses enter or clicks on any cell to save the new value usage var t = $('table')
var options = …
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data …
The treeTable plugin allows you to display a tree in a table, i.e. a directory structure or a nested list. Each branch in this tree can be collapsed and expanded, just like in a file explorer in most …
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML …
Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Similar in concept …