eSearchTable

What does it do

With eSearchTable (Lite Version) you can create searchable tables and embed them in WordPress with shortcode or block. You can upload a CSV file to serve it as the source of the table. And you can configure which columns are searchable.

Languages supported: English

HOW TO USE

1. Use "Dashboard" for overview

In the Dashboard page, you get an overview of how many tables you have created as well as the shortcode of the latest table. You can copy the shortcode and use it in your WordPress to embed your searchable table.

2. Use "Create" for new tables

In the Create page, you can create an configure new tables. 

The source of the table should be a CSV file (such as "file.csv"), the first line contains the column names and the rest constain the values of each column. The column names and the values are seperated with comma (",").

Under “Configuration,” you can set which columns are searchable. When a column is marked as searchable, it means that in the search field, you can query or filter the data based on the values within that specific column.

After giving the name, choosing the file and finishing the configuration, you can click "Create Table".

4. Embed a searchable table

Open a WordPress Post or Page, you could add "eSearchTable" from the gutenberg block. 

You can set the table id. You find the table id from "Tables" page.

3. Have fun

After embedding the table, you can use it.