We'll create fresh WordPress site with AJ CSV to DataTable installed. You have 20 minutes to test the plugin after that site we'll be deleted.
WordPress Plugin to present a CSV file in a DataTable. This will import data from a CSV file and display in a DataTable.
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.
This plugin utilizes some excellent open source scripts, functions and images whose creators deserve to be recognized.
str_getcsv()
function that powers this plugin.