Skip to content

Please help with FilterControl ! #45

Description

@vsemradu
(new FilterControl('status', FilterOperation::OPERATOR_EQ, $input('status')))->setView(
                    new TemplateView('select', [
                        'options' => Purchase::itemAlias(Purchase::ITEM_ALIAS_TYPE_STATUS, null, 'All'),
                        'inputAttributes' => [
//                            'class' => 'js-chosen',
                            'placeholder' => 'All',

                        ],

                    ])
                ),

Please help. How add custom operation? I need add conditions . How i can do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions