WP Manifestindependent plugin directory
manifest / content / wp-react-dynamic-table-and-tab

Sujan React WP

This is a custom wordpress plugin to create persons based on insurance percentages and add tab based informations for the persons

by Md. Toriqul Mowla Sujan · github.com/mtmsujan/wp-react-dynamic-table-and-tab

5stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mtmsujan/wp-react-dynamic-table-and-tab/archive/refs/heads/main.zip

Step 1

Install the plugin to WordPress

Step 2

Add the shortcode [data-tables] in any page or post of WordPress and the react based table to show up in the page on frontend

Step 3

If you want to edit or modify the table structure or the process of react based components, run the command from terminal npm start

Step 4

To use the plugin on production after changing using npm start, the command npm run build has to be executed from terminal

The technology used in this plugin

wp rest api, react js, wordpress shortcode api