=== Responsive Tables ===
Contributors: vkjeerlauritz
Tags: table, tables, responsive, simple, easy, builder, html, responsive tables, responsive table, tabel, tabels, mobile, mobile table, mobile tables
Tested up to: 4.7
Stable tag: 1.0
Create minimalistic responsive tables and display them easily on your website with shortcodes.
== Description ==
To create the first table, hold your mouse over "Tables" in the sidebar, then click the sub-menu "Table" in the sidebar and then finally click "Add Table" in the sidebar.
Create awesome responsive tables and display them easily on your website with shortcodes.
HTML tables let us display information in a table like structure(i.e, in form of columns and rows). HTML tables can be used to display pricing, comparisons, DBMS tables and much more.
- 3 Responsive modes
- Shortcodes for WordPress interface
- Shortcodes for PHP
- Visual editor
- Make text bold
- Make text italic
- Change text color
- Change border color
- wide browser support
- mobile-first approach
- list-based layout
- stackable information
- Insert link
- Vertical/Horizontal align columns
- Insert images
- Add/remove columns and rows
How to make a table
- Install and activate the plugin
- Click "Tables" in the sidebar
- Click the submenu "Tables" in the sidebar
- Click "Add Table" in the sidebar
- Give your table a name and click save
- Copy paste the shortcode given to where you want it to show
CSS tables are pretty simple to understand and use. It’s mostly a matter of remembering the corresponding css display property values for the basic html table elements.
table becomes display: table. td becomes display: table-cell, etc.
There are some nice features of css tables like the ability to collapse one or more columns through the visibility: collapse property and they can be used as solutions to some specific problems.
However they don’t provide enough advantage for me over html tables when it comes to layout. Their advantages seem minor and a bit of a reach. Ultimately I think we have better layout solutions than both html and css tables.
Again though I’m open to being convinced otherwise.
Have you used css tables in practice? If so how? Have you used them for site layout? To present tabular data? To solve a specific problem?
This plugin is a fork on Data Tables Generator by Supsystic. Thank you for making good foundation for a good plugin.
== Screenshots ==
1. Table
== Installation ==
1. Download HTML Tables
2. Unarchive the plugin .zip
3. Open ftp \wp-content\plugins\
4. Upload plugin to the folder
5. Go to admin panel => open item "Plugins" => activate HTML Tables
6. In the sidebar click "Tables" and then "Add New Table"