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]
Introduction to WP-Table ReloadedThis plugin for WordPress allows you to create and manage tables in the admin-area of WordPress. You can then show them in your posts, on your pages or in text widgets
... [More] by using a shortcode, or anywhere else with a template tag function.
More Information in EnglishPlease see the English plugin website http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ .
If you like this plugin, please rate it in the WordPress Plugin Directory. Thank you!
Mehr Informationen auf DeutschDieses Plugin erlaubt die Verwaltung von Tabellen in WordPress.
Weitere Informationen auf Deutsch: http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/
Wenn die das Plugin gefällt, bewerte es bitte im WordPress Plugin Directory. Danke!
Issue Tracking, Bug reports, Feature requestsIf you find a bug or issue in the plugin, please add an issue here. Do not use the Issue Tracker to get help or support! Please ask those questions in the WordPress Support Forums by opening new thread (with the tag wp-table-reloaded) and e-mail me the link to the thread or post it as a comment on the plugin website (see links above).
Thank You! [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]
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]
DescriptionPlugin name: table_styles
Up to 42 table css styles, which is specially useful for your admin pages.
Original from CSS Table Gallery
Created by Xiaobo On Rails
Blog posts about this
... [More] plugin: http://xiaoboonrails.blogspot.com/search/label/table_styles
Installationscript/plugin install http://rails-plugin-table-styles.googlecode.com/svn/trunk/table_styles
Usage Use the demo to find one of your favorable style.
Start your server: >script/server Visit http://localhost:3000/table_styles_demo/ Remember to add map.connect :controller/:action in your routes.rb Choose one of table styles in your layout header, use "tagbox" as an example.
<%= table_stylesheet_link_tag "tagbox" %>
Use it in your view
....
Use form helper if you want to let admin user to choose table style in user preferences page.
table_style_select or table_style_options_for_select [Less]
GWT-Stuff is a collection of modules and components for the Google Web Toolkit.
June 10, 2007:You need to download the appropiate GWT-Stuff for your version of GWT. The GWT 1.4.10RC indtroduced some
... [More] changes that necessitated some changes to the internals of the GWT-Stuff widgets. You are encouraged to use the following links to find the appropriate download:
GWT-Stuff for GWT-1.3 GWT-Stuff for GWT-1.4
March 7, 2007:Significant release: the major highlight is ObjectListTable no longer crashes some versions of IE6. The IE6 workaround necessitated some incompatible API changes. These changes shouldn't affect many people but hey may require you to refactor the way you do things such as using the AttachRenderer if your table is very dynamic. ObjectListTable got a new feature in the ColSpecRenderer, this allows you to better control the column widths for more advanced table layouts. The ColSpecRenderer and related classes are still young and may change in incompatible ways if you choose to use them.
Other changes include smaller bug fixes to both the EventList module and the Table module. Finally many helpful assert statements have been added to provide additional info as to why something may not behaving as expected. Be sure to add '-ea' to your java launch command to enable assertions in hosted mode. Doing this will save you time in the future.
February 27, 2007The ObjectListTable widget recently got a significant update including some bug fixes and performance improvements. The EventList library has received some significant work and now has a more complete API. Expect some activity on the EventList module as the API is matured and stabilized. [Less]
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]