GrafiteInc/FormMaker

View on GitHub
src/Fields/Table.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method js has 114 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function js($id, $options)
    {
        return <<<JS
            _formsjs_tableActionBinding = function (element) {
                let _id = element.getAttribute('name');
Severity: Major
Found in src/Fields/Table.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status