wp-digital/wp-block-custom-table

Custom table block with the ability to move rows

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 1

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

dev-master 2023-09-26 12:28 UTC

This package is auto-updated.

Last update: 2024-05-26 13:52:36 UTC


README

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.