Projects tagged ‘jquery’ and ‘table’


Jump to tag:

Projects tagged ‘jquery’ and ‘table’

Filtered by Project Tags jquery table

Refine results Project Tags javascript (9) plugin (7) grid (4) ajax (3) gantt (1) chart (1) 表格 (1) resize (1) jtable (1) json (1) pageable (1) openflashchart (1)

[17 total ]

1 Users

MT (mariuzzo tools) is a set of jQuery plugins (by now this is just the home for jQuery MT table).
Created about 1 year ago.

0 Users

A jQuery plugin to create table filters, it will automaticly create textinputs and selects (filled with unique values from the column). A few examples:$('table th').tablefilter();Creates a simple ... [More] table filter with text-inputs on all th elements of the column $('table th.filterText').tablefilter({ type : 'text'});Creates a text-inputs only filter on all th elements with the class "filterText" of the column $('table th.filterSelect').tablefilter({ type : 'select' });Creates a select only filter on all th elements with the class "filterSelect" of the column. The select element will be filled with all unique items in the column. Combine the last 2 to combine a filter interface with both text-fields and select elements. NotesIt is advised to use thead and tbody tags! (code is not tested without these) Currently the filtering only works on one table PER page The dropdowns will not expand on Google chrome (webkit engine) when using other plugins on a table (like tablesorter) The code is currently presented "as is", you are welcome to mail me bugs/suggestions and fix BUT i might not have the time to apply them. [Less]
Created 4 months ago.

0 Users

Transforms a table of stage names and start and stop date and times into a Gantt chart for visually representing events that span times greater than a day. Useful for implementing scheduling interfaces.
Created 3 months ago.

0 Users

A jQuery plugin for table edit
Created 4 months ago.

0 Users

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]
Created 4 months ago.

0 Users

jQuery.tableHelper is a plugin for jQuery which allows you to add cells to your selection by coordinates, row, or column.
Created 12 months ago.

0 Users

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]
Created 4 months ago.

0 Users

A jQuery plugin that allows users to resize tables
Created 12 months ago.

0 Users

imList is a JQuery plugin that began as a way to ajaxally create html tables using JQuery. After creating the table plugin, I realized that I could apply much of the same functionality to any type of ... [More] list that is displayed on a web page, to include: ul/ol, comboboxes, lists, and divs. The power of this plugin is it’s regular expression functionality that will allow developers to display anything they wish within a list. I have also built in a delete row capability that can, not only delete the row that is displayed on the web page, but also allow the developer to delete the record from the server (ajaxally, of course). Documentation for this plugin can be found at: http://grasshopperpebbles.com/ajax/jquery-plugin-imlist/ To view demos, go to: http://grasshopperpebbles.com/demos/ [Less]
Created 7 months ago.

0 Users

I've made this application, because I need JQuery plugin to manipulate and represent tabular data. At the same time table should be populated with AJAX, should be sortable and pageable, shouldn't be ... [More] so heavy as jqGrid (but i love this plugin too). This plugin is fully tested under Firefox 3 and IE 8. Really don't know if it works under IE 6-7 or other browsers... hope you mail me if your test would have success. [Less]
Created 4 months ago.