Table plugin for wordpress – Websimon Tables
Websimon Tables is a wordpress plugin to create and design tables. You can choose between 10 readymade skins or design your own custom html table design.
>>>Download Websimon Tables from wordpress.org
Latest update: 2012-04-20, Version 1.3.2
Read blog post about the latest update and upcoming releases
Create and design tables in wordpress
This plugin was created between november 2011 to januari 2012 and I´m now releasing this first version of this plugin. The reasons to why I created websimon tables are many but the most important one is that I wanted a fast way to create and manage good looking tables on my wordpress sites. There are som really good and advanced table plugins out there but I haven´t found any that has the design abilitys I wanted. In this plugin you will find 10 readymade skins (see examples below) and the functionality to create your unique custom design for each of your tables. Well, that is what this table plugin does.
Table examples
A kind of grey table with "download button" pics
| Headline 1 | Headline 2 | Headline 3 |
|---|---|---|
| Headline 1 | Headline 2 | Headline 3 |
| "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." This is a line break | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." | |
| "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." | |
| "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." | |
A financial looking table
| Q1 | Q2 | Q3 | Q4 |
|---|---|---|---|
| Q1 | Q2 | Q3 | Q4 |
| Good market | Neutral | Bad weather | Bad |
| Profit | Profit | Profit | Profit |
| Currency | Currency | Currency | Currency |
| Discounted cash flow | Discounted cash flow | Discounted cash flow | Discounted cash flow |
A red table with custom width
| Love | Hate |
|---|---|
| Love | Hate |
| nice thing | not so nice |
| roses | bad |
A dark blue table with lots of information
| Game | John | Peter | James | Simon | Sofia |
|---|---|---|---|---|---|
| Game | John | Peter | James | Simon | Sofia |
| Game 1 | 89 | 34 | 34 | 99 | 99 |
| Game 2 | 89 | 34 | 102 | 89 | 346 |
| Game 3 | 89 | 89 | 34 | 6 | 102 |
| Game 4 | 89 | 57 | 13 | 13 | 57 |
| Game 5 | 6 | 13 | 6 | 102 | 34 |
| Game 6 | 89 | 99 | 34 | 89 | 102 |
| Game 7 | 89 | 57 | 6 | 6 | 13 |
| Game 8 | 89 | 6 | 57 | 6 | 57 |
| Game 9 | 89 | 6 | 57 | 57 | 99 |
| Game 10 | 89 | 6 | 6 | 6 | 13 |
Screenshots of websimon tables admin pages
Features
- Create and manage tables and css from your wordpress admin pages.
- Create as many tables as you want to.
- Shortcode to display tables in posts or pages.
- php Script to display tables directly from your code.
- Settings available:
- Font size header and body.
- Line height header and body
- Horizontal and vertical text-align
- fixed width or 100%
- Custom cell padding
- Custom column width
- 10 Readymade skins.
- A custom design skin where you can design your table exactly as you want to.
Installation
- Upload the entire websimon tables folder to the /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- You will find the admin page in "tools"
FaQ - Ask a question
Q: How do you insert the table into a page?
A: You insert the table into your page by using the shortcode available in the plugins adminpages. The shortcode can look like this: [ws_table id="1"]. Just paste this code directly in the text editor for posts or pages.
Q: How do I put a textlink in my table?
A: To add a link in the table content just use html code to display the link: <a href="link-destination" alt="my link">Link Text</a>.
Q: If I want to use text or an image in the table, how do I edit to add a hyperlink to either?
A: To add a picture in the table content just use html code to display the image: <img width="100px" src="image-source.jpg" />. To use the image as an link use <a href="link-destination"><img width="100px" src="image-source.jpg" /></a>.
Q: How do I duplicate/copy a table?
A: This feature will be added to the next update. In version 1.02
Q: How do I insert or move Columns/Rows in a table?
A: Right now it is hard work to do that In version 1.1.1
(Ctrl-C and Ctrl-V) I´ll add a function for that in an update later this spring.
Q: Is it possible to change the table name?
A: No not yet. I´m planning to make an update for that in coming releases! In version 1.1.1
Q: Is it possible to sort table content based on for example points or alphabetically?
A: No not yet. I´m planning to make an update for that in coming releases!
Q: Is there a rowspan/colspan functionality?
A: No not yet. I´m planning to make an update for that in coming releases!
Q: Is it possible to change the order of det rows?
A: Yes but only by changing the content in the table cells, I´ll add a function for that in an update later this spring. In version 1.1.1
Ask more questions:
Please read FaQ above first!!
Changelog
- 2012-04-20 Version 1.3.2 is released with
- Bugfix with link to table css
- 2012-04-13 Version 1.3.1 is released with
- Same as 1.1.2 and 1.1.1 (which was a major update) but this update had to be done so that the update notification is sent out to all users.
- 2012-04-12 Version 1.1.2 is released with
- Bugfix - Fixes issue with some files and pictures not including correctly.
- 2012-04-11 Version 1.1.1 is released with
- New Feature - Its now possible to change the table name.
- New Feature - You can now disable the table header.
- New Feature - Its now possible to empty a tables content without changing the structure and design.
- New Feature - You can move rows up and down.
- New Feature - You can move columns left and right
- New Feature - You can add rows and columns inside of a table
- New Feature - You can delete rows and columns inside of a table
- New Feature - Added some more textfields with the shortcodes for faster access.
- New Feature - There is now an unique css class for each row if you want to design each row separately.
- Bugfix - Fixed the issue that made the colorpicker not working.
- 2012-02-18 Version 1.02 is released with:
- New Feature - You are now able to copy a table
- New feature - You are now able to add a picture in the table headline/table footer
- Bugfix - Fixed custom column width on custom skin
- 2012-01-19 Version 1.01 is released with:
- Small fixes with uninstall routines. Now the plugin table and the related options is deleted when plugin is deleted.
- Added som more save buttons when editing table content for tables with lots of information.
- 2011-12-30 Version 1.0 is released
In the future?
Hopefully you will find this free table plugin useful to create better webpages. If you want to encourage me to continue to develop this plugin you are most welcome to donate a few bucks (10$) to me via paypal.



{ 98 comments… read them below or add one }
← Previous Comments
Hi,
Just downloaded the new plugin version 1.3.1. In my custom skin I had changed the background color to ”transparent”. But with this new version the transparant color has changed into FFFFFF, white. I cannot change it back to transparent, because that is no option in the color picker. And if I type ”transparent” in the field it changed back to FFFFFF. Is it possible to have the table transparent?
Hello,
Your latest version is amazing, thanks a lot ! Since we can add, remove and move rows and columns inside a table, it’s really perfect…!
The Martians Mega-3 thanks you, keep on the good work !
Hi Maarten, glad you liked it!
Hej,
Jag gillar verkligen ditt plugin och planerar att använda det i en webbsida jag jobbar med just nu. Jag har ett problem att jag inte kan installera pluginet då jag inte använder wordpress utan ett hemsideprogram (N.nu). Jag har laddat hem pluginet från wordpress och jag undrar nu om jag kan använda någon av informationen i de nedladdade filerna för att använda i mitt hemsideprogram. Om detta är möjligt, vilken del är det då jag behöver för att kunna skapa tabellerna?
Med vänlig hälsning
Rickard
Hej, pluginet är tyvärr, vad jag vet, inte kompatibelt med systemet på n.nu. Det är helt kopplat till wordpress.
Hi Simon!
I really like your plugin and would like to use it for my page! The tables look very cool!
unfortunately it causes trouble with my theme when using Internet Explorer. Everything seems to be displaced. I’m using the ‘iFeature Pro 4′ theme for wordpress. Any ideas for solving this problem?
Its almost impossible to know what causes your problems without an url..
i have used this plugin , its nice but i am facing strange issue.
table is created successfully but style is not apply , it display plain white….style apply to table
please help me
Have you updated to version 1.3.2? this version has an css bug fix that might be of use to you.
yes i have tried that, but still i am facing this issue. in preview and live side both table style looks blank…. i am facing this issue after updating version 1.02
Hi
It´s possible that you have had problems with a bug in version 1.3.1 that is fixed in version 1.3.2. It´s fixing the issue that you have problems with. If you still are having problems, please use the contact form above and we´ll take it from there.
one thing i would like to tell you that i have marked that in head there is wp-content/plugins/websimon-tables/css/table_skins.php
in this php, insted of generate table css, there is whole code of my page..like start from <doctype to
there is not css of table
I hope this point is help you to understand and help me to get out of this issue……
Thanks to reply
Hi,
Is it possible to move Websimon Tables from tools somewhere else? The problem is non-admin users can’t create them, they don’t have aceess to the tools items. And I’m not giving them admin permissions just because of the tables and I’m not willing to spend my time to create the tables for them. Can you please solve this?
Thanks for this great table plugin, I am actually giving it a shot now. Hopefully it’s that easy to use.
Dear Simon.
Your table plugin are simply the best table plugin I have ever used!
Hope you will continue to develop
Best regards
Tom
I used Table Reloaded but this one is equally powerful – probably, in some cases – your plugin is much more useful. I tried this on of the new client site and I was amazed with the output.
Awesome. keep up the good work
Excellect plugin. We should thank you for this addon.
← Previous Comments
{ 1 trackback }