Datalist it

0

This plugin creates a table out of data contained in a cvs file. The table can then be displayed on a website or in a blog. You need absolutely no technical knowledge. The plugin will c

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This plugin creates a table out of data contained in a cvs file. The table can then be displayed on a website or in a blog.
You need absolutely no technical knowledge. The plugin will convert the cvs file into a database enabling you to decide how the data will be displayed online.
You can define:

  • orderby – sort the data the way you wish to present it,
  • columns – decide which columns will be displayed online,
  • norows – define how many rows will be displayed on each “page” of the table. The viewer will be able to switch between pages using “Previous” and “Next”.
  • ID – name the table

Styling (css) can be defined in the Dashboard->Datalist it->Advanced.

HTML version of the full table is also available.

Example of database table shortcode:

[datalistit 
   dbtable='Sales_results_Q1_sample_file' 
   norows=2 
   orderby='stabilisers' 
   columns='month, stabilisers' id='table1' ]

Example of html table shortcode:

[datalistit table='Sales_results_sample_file' ]

Anybody with “Edit post” capability can insert the short code onto a WP site or blog, thus creating a table. No user data is held on the server – any uploaded data is deleted automatically when the server sends the HTML file to the user.

In order to create a table, the user uploads a csv file using the plugin interface. The data is sent to the datalistit.com server where the files are processed. Datalistit.com is a service and the plugin is required to access this service. Having processed the data, the server returns a table and short code is created. The user can display the table on their WP site or blog by copying and pasting the short code that is returned by the server.

Arbitrary section