Skip to content

Enhances grid search field customization#57

Merged
thorewi merged 2 commits into
mainfrom
f-grid-search-field-customization
Jun 18, 2026
Merged

Enhances grid search field customization#57
thorewi merged 2 commits into
mainfrom
f-grid-search-field-customization

Conversation

@tkorcina

Copy link
Copy Markdown
Contributor

Adds an optional parameter to include custom search fields in identity-related grids. This allows for greater flexibility when defining the fields used in the general search filter, extending beyond the default first name, last name, email, and phone number.

Adds an optional parameter to include custom search fields in identity-related grids. This allows for greater flexibility when defining the fields used in the general search filter, extending beyond the default first name, last name, email, and phone number.
Extracts common logic for adding a 'search' text filter to DataGrids into a new `SearchFilter` trait. This centralizes filter management, improves code reusability, and simplifies grid initialization by encapsulating the merging of default and additional search fields.

Grid traits now utilize the new `SearchFilter` trait, streamlining their `initGrid` methods.
@tkorcina tkorcina force-pushed the f-grid-search-field-customization branch from fe84582 to 720e760 Compare June 18, 2026 06:14
@thorewi thorewi merged commit 3653a62 into main Jun 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants