Plugin info

Total downloads: 885
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/26/2022 (1162 days ago)
Added to WordPress: 9/11/2021 (4 years old)
Minimum WordPress version: 4.7
Tested up to WordPress version: 6.1.1
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1162 days ago • Support resolved 0%

10/100

Is Dynamic Datatables abandoned?

Possibly abandoned (last update 1162 days ago).

Compatibility

Requires WordPress: 4.7
Tested up to: 6.1.1
Requires PHP: 7.4

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Crudiator
Rating 4.7/5 (6 reviews)Active installs 200
[CR]Paid Link Manager
Rating 0.0/5 (0 reviews)Active installs 10

Description

This plugin allows you to create tables/sheets easily as an Admin, you can colour code the tables, add up rows and columns, and create unlimited tables for free.

This is a plug and play solution for those who want to show visitors simple tables and only want Admins to edit them. Users can search rows and columns for specific data.

The plugin has no additional options but will work dynamically on any page.

Demo of this plugin can be seen here: Click here

As you can see the table shows a list of data, which was added by an Admin, users can sort through this data with ease, this is a basic spreadsheet.

The table is added to the page with a unique key, each key is a new table/spreadsheet, for example if you want to make a table you would use the shortcode below:

[tablestatistics table=”demo”] this would then show a table, and all data added would be saved under demo.

You could then display this shortcode on any page, or you can create another new table, using a different name.

To colour code your table you can add colorcode=”true” to the shortcode, for example [tablestatistics table=”demo” colorcode=”true”]

Colour coding will check if the number is above 0 or less than 0, if it is above 0, then it will be green, if it is below 0 then it will be red.

If you would like to add up the totals of a row, it will add up all the numbers in that row and ignore any text, use {{total}} in a box at the end.

You can also add up totals of columns using {{total.col}}

Installation

No installation instructions available

Frequently Asked Questions

Does this work standalone?

Yes, this should work with any WordPress website, it works completely standalone and doesn’t require any additional plugins.

How do I setup the plugin?

Install the plugin, then activate it. Then add a shortcode such as [tablestatistics table=”demo”] to a page, your table will be filled with demo data, if you’re an admin, you
will see Edit Data button on the frontend of the page. You can use that to remove, add and change your table in various ways.

Review feed

No reviews available

Screenshots

  1. This shows a colour coded table and the Edit Button

    This shows a colour coded table and the Edit Button

  2. This shows Edit Data mode, when the Edit button is clicked, allowing you to customise your table in various ways.

    This shows Edit Data mode, when the Edit button is clicked, allowing you to customise your table in various ways.

Changelog

1.0

  • Release