Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional properties to the ColumnFilterFormElement ngTemplateOutlet context #12312

Conversation

ThoSap
Copy link
Contributor

@ThoSap ThoSap commented Nov 30, 2022

fixes #11466

This PR adds all relevant properties to be able to fully customize the ColumnFilter filter template to the ColumnFilterFormElement ngTemplateOutlet context.
Without this, it is for example not even possible to recreate/customize the #builtInElement ColumnFilterFormElement template.
This adds no breaking change!

The formatting style of the context is the same as https://github.com/primefaces/primeng/blob/v14.2.1/src/app/components/table/table.ts#L2502-L2513

…tlet context

This commit adds all relevant properties to be able to fully customize the `ColumnFilter` "filter" template to the `ColumnFilterFormElement` **ngTemplateOutlet context**.
Without this, it is for example not even possible to recreate `#builtInElement` `ColumnFilterFormElement` template.
This adds no breaking change!
The formatting style of the context is the same as https://github.com/primefaces/primeng/blob/v14.2.1/src/app/components/table/table.ts#L2502-L2513
@ThoSap ThoSap changed the title Add additional properties to the ColumnFilterFormElement ngTemplateOu… Add additional properties to the ColumnFilterFormElement ngTemplateOutlet context Dec 1, 2022
@cetincakiroglu cetincakiroglu added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Dec 2, 2022
@cetincakiroglu cetincakiroglu self-assigned this Dec 2, 2022
@ThoSap
Copy link
Contributor Author

ThoSap commented Dec 12, 2022

Hi, will this make it into the next PrimeNG 15.0.1 release?

@cetincakiroglu cetincakiroglu removed the Status: Pending Review Issue or pull request is being reviewed by Core Team label Dec 29, 2022
@cetincakiroglu cetincakiroglu merged commit 5fb21c0 into primefaces:master Dec 29, 2022
@cetincakiroglu
Copy link
Contributor

Hi @ThoSap,

Good catch, thanks for your support and effort, keep up the good work!

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.

p-columnFilterFormElement with custom template can't adapt according to the matchMode
2 participants