-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Table: The Custom Form Elements documentation is completely missing since PrimeNG v15 #13434
Comments
This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
@mertsincan @cetincakiroglu this is still an issue |
The same applies for PrimeNG v16 and v17 |
@cetincakiroglu @mehmetcetin01140 is the documentation planned to be fixed with PrimeNG v18? |
This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you for your understanding! |
Describe the bug
In PrimeNG versions v11 to v14 the
Custom Form Elements
documentation is present, but since PrimeNG v15 cannot be found in the examples or API documentation.This means a developer does not know which
p-columnFilter
properties he can use with the custompTemplate="filter"
template outlet which I introduced in #12312 without looking into the PrimeNG Table component source code.https://primeng.org/table
https://primeng.org/table#api.table
https://www.primefaces.org/primeng-v15-lts/table
https://www.primefaces.org/primeng-v15-lts/table#api.props
In v11 to v14 is is present:
https://www.primefaces.org/primeng-v14-lts/table#:~:text=Custom%20Form%20Elements
https://www.primefaces.org/primeng-v13-lts/#/table:~:text=Custom%20Form%20Elements
https://www.primefaces.org/primeng-v12-lts/#/table:~:text=Custom%20Form%20Elements
https://www.primefaces.org/primeng-v11-lts/#/table:~:text=Custom%20Form%20Elements
Environment
PrimeNG ^15.X.X and ^16.1.0
NodeJS ^18.10.0
Reproducer
No response
Angular version
^15.X.X and ^16.X.X
PrimeNG version
^15.X.X and ^16.X.X
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
^18.10.0
Browser(s)
All of them
Steps to reproduce the behavior
Go to
https://primeng.org/table
https://primeng.org/table#api.table
https://www.primefaces.org/primeng-v15-lts/table
https://www.primefaces.org/primeng-v15-lts/table#api.props
Search for Custom Form Elements in the page
Expected behavior
The Table Custom Form Elements documentation should be somewhere for PrimeNG v15 and v16
The text was updated successfully, but these errors were encountered: