Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.29 KB

Flexible Data Table Block

A customizable data table block for WordPress.

Description

The Flexible Data Table Block plugin allows you to create responsive and customizable data tables directly within the Gutenberg editor. Easily manage and display structured data to enhance your content.

Installation

  1. Upload: Upload the plugin files to the /wp-content/plugins/flexible-data-table-block directory, or install the plugin through the WordPress plugins screen.
  2. Activate: Activate the plugin from the 'Plugins' screen in your WordPress admin dashboard.
  3. Configure: Navigate to the Settings > Flexible Data Table Block screen to configure the plugin options.

Usage

  1. Open the Gutenberg editor for your post or page.
  2. Click the Add Block button and search for "Flexible Data Table Block".
  3. Insert the block into your content and customize it to fit your needs.

Tests

To run the tests for this plugin, follow these steps:

  1. Ensure you have PHPUnit installed and configured.

  2. Open your terminal and navigate to the plugin directory.

  3. Run the following command:

    composer test

Contributing

Contributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request on the plugin's repository.