Plugin info

Total downloads: 2,011
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/13/2017 (2939 days ago)
Added to WordPress: 10/30/2015 (10 years old)
Minimum WordPress version: 4.3.1
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2939 days ago

20/100

Is AJ CSV to DataTable abandoned?

Possibly abandoned (last update 2939 days ago).

Compatibility

Requires WordPress: 4.3.1
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

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

Advanced Datatable – The Ultimate Data Table Plugin
Rating 5.0/5 (1 reviews)Active installs 30
Ninja Tables – Easy Data Table Builder
Rating 4.6/5 (468 reviews)Active installs 80,000
League Table – WordPress Table Plugin
Rating 0.0/5 (0 reviews)Active installs 2,000

Description

WordPress Plugin to present a CSV file in a DataTable. This will import data from a CSV file and display in a DataTable.

How To Use

Insert following code snippet into any page or post using this shortcode, make sure you use an unique id :

[aj-csv2dt src=http://e-innoving.com/samples/SacramentocrimeJanuary2006.csv id=datatable_id]

You can now disable DataTable search, pagination, sorting and displaying of bInfo with the recent 1.1 release. The purpose of this is to render a static looking HTML Table out of a CSV file.

[aj-csv2dt src=http://e-innoving.com/samples/SacramentocrimeJanuary2006.csv id=datatable_id disable_search=true disable_paging=true disable_binfo=true disable_sorting=true]

Save it, just refresh the page and see. Less hassle, all your csv data is inside the DataTable.

Credits

This plugin utilizes some excellent open source scripts, functions and images whose creators deserve to be recognized.

  1. Shaun Scovil, for inspiring me through his CSV to Sortable Plugin.
  2. V.Krishn wrote a handy PHP function that enables users of PHP < 5.3 to utilize the str_getcsv() function that powers this plugin.

Common Errors

  1. If the datatable misbehaves, this is probably due to an incorrect csv format. In that case, open csv file in excel
    and re-save it as a new csv. Most likely this will resolve your issue.

Installation

  1. Install and activate the plugin via WP-Admin > Plugins.
  2. Add shortcode to a post or page: [aj-csv2dt src=http://samplecsvs.s3.amazonaws.com/SacramentocrimeJanuary2006.csv id=datatable_id].

Frequently Asked Questions

Installation Instructions

  1. Install and activate the plugin via WP-Admin > Plugins.
  2. Add shortcode to a post or page: [aj-csv2dt src=http://samplecsvs.s3.amazonaws.com/SacramentocrimeJanuary2006.csv id=datatable_id].

Review feed

No reviews available

Screenshots

Changelog

1.1

  • Added options to disable DataTable searching, pagination, sorting and showing of bInfo.

1.0

  • First public release.