Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 559 Bytes

Custom Table Block

Description

Block allows to move rows in the table

Install

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

Activate Custom Table with WP-CLI wp plugin activate wp-block-custom-table or from Plugins page.