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
- Host: GitHub
- URL: https://github.com/wp-digital/wp-block-custom-table
- Owner: wp-digital
- Created: 2021-07-01T13:51:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T12:28:52.000Z (over 2 years ago)
- Last Synced: 2025-04-08T18:49:05.833Z (about 1 year ago)
- Language: JavaScript
- Size: 540 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.