Menu

Tree [a1e22f] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2018-09-04 Mostafa Shahiri Mostafa Shahiri [abace9] Initial commit
 README.md 2018-09-05 Mostafa Shahiri Mostafa Shahiri [b14cf2] Update README.md
 banner-772x250.png 2018-09-05 Mostafa Shahiri Mostafa Shahiri [a1e22f] banner
 dummy.php 2018-09-04 Mostafa Shahiri Mostafa Shahiri [b201f3] Create dummy.php
 screenshot-1.png 2018-09-05 Mostafa Shahiri Mostafa Shahiri [d95ed2] Add files via upload
 screenshot-2.png 2018-09-05 Mostafa Shahiri Mostafa Shahiri [d95ed2] Add files via upload
 table-builder-for-csv.zip 2018-09-05 Mostafa Shahiri Mostafa Shahiri [ffa324] plugin

Read Me

Table Builder for CSV

The Table Builder for CSV is a simple plugin that creates HTML table from csv file.

Installation

Download table-builder-for-csv.zip file and upload it to wordpress plugins folder, then activate it. If you download release file,
you should extract it to find table-builder-for-csv.zip file.

Donate with Bitcoin

Donate with Bitcoin

Description

The Table Builder for CSV creates HTML table from csv file. It provides pagination and search filter capabilities for created table. Also,
you can customize settings of created table and define new captions for columns headers. For using this plugin, you should place your csv
files in the Wordpress uploads folder.

To use this plugin, after activation of the plugin, you should place [table_builder_for_csv] shortcode in your posts.

Attributes for the shortcode:

1) src: Path to csv file from uploads folder( For example, if test.csv file is in the Wordpress uploads folder, then src="test.csv".)

2) id: Assign an ID for each shortcode in content. (For example id="1")

3) captions: You can define custom captions for columns headers of table. If you want to use first row of the csv file as columns headers,
don't use this attribute. Separate each header with @#. (For example captions="col1@#col2@#col3"

4) searchbox: Assign true (searchbox="true"), if you want to use search filter for table. (Default is false)

5) rows: Number of rows per page for table pagination. (for example, rows="5". Default is 10)

6) textalign: Text alignment for table.

7) headerbg: Background color for columns headers.

8) headercolor: Text color of columns headers.

9) pagebg: Background color for pagination links.

10) pagecolor: Text color of pagination links.

11) pageactive: Background color for active pagination link.

12) pagehoverbg: Background color for pagination links on mouse hover.

13) pagehovercolor: Text color of pagination links on mouse hover.

14) pagealign: Alignment for pagination links.

Demo

https://github.com/mostafa272/Table-Builder-for-CSV/wiki/Demo

The plugin page at wordpress.org:

To vote or write a review for this plugin, please see following link:

https://wordpress.org/plugins/table-builder-for-csv/

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.