Block allows to move rows in the table
-
Preferable way is to use Composer:
composer require wp-digital/wp-block-custom-table
-
Alternate way is to clone this repo to
wp-content/plugins/
:cd wp-content/plugins/ git clone [email protected]:wp-digital/wp-block-custom-table.git
Activate Custom Table with WP-CLI
wp plugin activate wp-block-custom-table
or from Plugins page.