HTML Tables Wordpress Plugin - Rating, Reviews, Demo & Download

HTML Tables Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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

  1. Install and activate plugin
  2. Click “Tables” in the sidebar
  3. Click “Add new”
  4. Give your table a name and click save
  5. 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. html-table screenshot 1

    Table


Reviews & Comments