=== WP-Table Reloaded === Contributors: TobiasBg Donate link: http://tobias.baethge.com/donate/ Tags: html,table,data,editor,csv,import,export,excel,widget,admin,sidebar Requires at least: 2.8 Tested up to: 3.0.1 Stable tag: 1.8 WP-Table Reloaded lets you manage tables in a comfortable backend in WP's admin area, without any knowledge of HTML, and can add valuable features. == Description == WP-Table Reloaded enables you to create and manage tables in your WP's admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data. Tables can contain any type of data and additional JavaScript libraries can be used to extend it with features like sorting, pagination, filtering, and more. You can include the tables into your posts, on your pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML. = More information = Please see the English plugin website http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ . If you like this plugin, please rate it here in the WordPress Plugin Directory or make a [donation](http://tobias.baethge.com/donate/). Thank you! = Informationen auf Deutsch = Dieses Plugin erlaubt die komfortable Verwaltung von Tabellen in WordPress. Dafür werden keine HTML-Kenntnisse benötigt. Die Daten werden in einer Eingabemaske eingegeben und mittels eines Shortcodes in Artikel, Seiten oder Text-Widgets eingebunden. Zusätzlich können einer Tabelle mit einer JavaScript-Bibliothek weitere Fähigkeiten, wie Sortieren, Paginierung und Filterung hinzugefügt werden. Weitere Informationen auf Deutsch: http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/ Wenn dir das Plugin gefällt, bewerte es bitte hier im WordPress Plugin Directory oder [spende](http://tobias.baethge.com/donate/). Danke! == Screenshots == Screenshots are available on http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ . == Installation == The easiest way is through your WordPress Admin area. Go to the plugin section and search for "WP-Table Reloaded" in the WordPress Plugin Directory. Then you can click "Install" and the following steps will be done for you automatically. You just have to activate the plugin (step 5). Manual Installation works just as for most other WordPress plugins: 1. Download and Extract the zip file and just drop the folder "wp-table-reloaded" into the wp-content/plugins/ directory of your WordPress installation. 1. Activate the Plugin "WP-Table Reloaded" on your "Plugins" page. 1. Create and manage tables via "WP-Table Reloaded" in the "Tools" section. 1. Include a table by adding the shortcode [table id=<your-table's-id> /] to your post, page or text widget. 1. You might want to add styling features via the option in the "Plugin Options" screen, where you can enter your CSS directly. == Frequently Asked Questions == = Where can I find answers to Frequently Asked Questions? = A wide group of questions, regarding different features or styling has been answered in the [FAQ section](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/) on the plugin's website. = Can I use wp-Table and WP-Table Reloaded together? = Yes! You can have both wp-Table and WP-Table Reloaded installed in your WordPress! They will not interfere (as they are not using anything together). They are completely independent from each other. If WP-Table Reloaded finds the wp-Table database tables, it can import the found tables into it's own format, so that you can completely upgrade from wp-Table to WP-Table Reloaded. = Support? = For support questions, bug reports, or feature requests, please use the [WordPress Support Forums](http://wordpress.org/tags/wp-table-reloaded). Please [search](http://wordpress.org/support/) through the forums first, then [open a new thread](http://wordpress.org/tags/wp-table-reloaded) with the tag "wp-table-reloaded". Thank you! = Requirements? = In short: WordPress 2.8 or higher = Languages and Localization? = The plugin currently includes the following languages: Belarusian, Brazilian Portuguese, Chinese (Simplified), Czech, English, Finnish, French, German, Hindi, Italian, Japanese, Polish, Russian, Slovak, Spanish, Swedish, and Ukrainian. I'd really appreciate it, if you would translate the plugin into your language! Using Heiko Rabe's WordPress plugin [Codestyling Localization](http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en/) that really is as easy as pie. Just install the plugin, add your language, create the .po-file, translate the strings in the comfortable editor and create the .mo-file. It will automatically be saved in WP-Table Reloaded's plugin folder. If you send me the .mo- and .po-file, I will gladly include them into future plugin releases. There is also a .pot-file available to use in the "languages" subfolder. Of course you can also use poEdit as your editor, which also works nicely. = Where can I get more information? = Please visit the [official plugin website](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/) for the latest information on this plugin. Die Webseite des Plugins ist auch [auf Deutsch](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/) verfügbar. == Usage == After installing the plugin, you can add, import, export, edit, copy, delete, ... tables via the "WP-Table Reloaded" screen which appears under the "Tools" section in your Admin menu. Everything should be self-explaining there. To show one of your tables in a post, on a page or in a text widget, just include the shortcode [table id=<the-id> /] to your post/page/text-widget, where <the-id> is the ID of your table (can be found on the left side of the "List tables" screen.) After that you might want to change the style of the table. You can do this by entering CSS commands into the "Custom CSS" textarea on the "Plugin Options" screen. You may also add certain features (like sorting, pagination, filtering, alternating row colors, row highlighting, print name and/or description, ...) by checking the appropriate options on the "Edit table" screen. == Acknowledgements == Thanks go to [Alex Rabe](http://alexrabe.boelinger.com/) for the initial wp-Table plugin! Special thanks go to [Allan Jardine](http://www.datatables.net/) for the DataTables-jQuery-plugin. Thanks go to [Christian Bach](http://tablesorter.com/docs/) for the TableSorter-jQuery-plugin and to [Sören Krings](http://tablesorter.openwerk.de/) for the TableSorter-Extended-jQuery-plugin. Thanks to all language file translators! Thanks to every donor, supporter and bug reporter! == License == This plugin is Free Software, released under the GPL, version 2. You may use it free of charge for any purposes. I kindly ask you for link somewhere on your website to http://tobias.baethge.com/. This is not required! I'm also happy about [donations](http://tobias.baethge.com/donate/) or something from [my wishlist](http://tobias.baethge.com/wishlist)! Thanks! == Changelog == = Version 1.8 = * feature: Updated JavaScript libraries to DataTables 1.7 and TableTools 1.1.4 * enhancement: Template tag functions now accept strings and arrays for passing parameters * enhancement: Backwards compatibility for deprecated functions, don't use deprecated functions anymore * enhancement: Sort on "Edit" screen no longer moves header or footer row, if they are activated * enhancement: Added plugin filter hook to change table content prior to rendering * enhancement: Added "summary" attribute filter for