processton-io/processton-data-table

This package will generate data table

1.0.0 2024-05-22 12:08 UTC

This package is auto-updated.

Last update: 2024-08-22 12:45:01 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Generate Schema of DataTable for Processton Client

Installation

You can install the package via composer:

composer require processton-io/processton-data-table

Usage

ProcesstonDataTable::generateDataTable(
    'Title',
    [
        ProcesstonDataTable::generateDataTableColumn(
            'label',
            'map',
            'text'
        )
    ]
)

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email ahmadkokab@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.