Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

add options for Extenstions #31

Open
rugbymauri opened this issue Mar 31, 2022 · 1 comment
Open

add options for Extenstions #31

rugbymauri opened this issue Mar 31, 2022 · 1 comment
Milestone

Comments

@rugbymauri
Copy link
Contributor

allow Extension to be configured

add to interface

public function configureOptions(OptionsResolver $resolver): void

@rugbymauri rugbymauri added this to the v1.0 milestone Mar 31, 2022
@tuxes3
Copy link
Member

tuxes3 commented Jun 7, 2022

Example:

    public const OPTION_SORTABLE = 'sortable';
    public const OPTION_SORT_EXPRESSION = 'sort_expression';

should be defined in SortExtension.

default_sort in Table.php also to SortExtension.

Limit Options to PageinationExtension, etc....

marcwieland95 pushed a commit that referenced this issue May 18, 2024
…isnull-operator

feat: add is_empty operator
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants