Hi everybody,
I am a beginner / self learning hobbby programmer and I would like to add search/filter capability to my table of results.
What is the easiest way? Is there any plugin that can be easily used to filter data in cakephp4.0?
Thank you!
Hi everybody,
I am a beginner / self learning hobbby programmer and I would like to add search/filter capability to my table of results.
What is the easiest way? Is there any plugin that can be easily used to filter data in cakephp4.0?
Thank you!
See GitHub - FriendsOfCake/search: CakePHP: Easy model searching
Also please check out GitHub - FriendsOfCake/awesome-cakephp: A curated list of amazingly awesome CakePHP plugins, resources and shiny things. for a list of very usefull plugins
Thank you very much!