An open API service indexing awesome lists of open source software.

https://github.com/wp-digital/wp-block-custom-table


https://github.com/wp-digital/wp-block-custom-table

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Custom Table Block

### Description

Block allows to move rows in the table

### Install

- Preferable way is to use [Composer](https://getcomposer.org/):

````
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 git@github.com:wp-digital/wp-block-custom-table.git
````

Activate **Custom Table** with [WP-CLI](https://make.wordpress.org/cli/handbook/)
`wp plugin activate wp-block-custom-table` or from **Plugins** page.