Issue
i'm trying to develop an very easy Filter over a table in a cakephp app. I want to filter over the columns via find or something else. The field are filled with text. I think i set an checkbox an the filter is find all by conditions.
How do i setup an radio-button where i can handle an condition for the find functon?
Marcus
Solution
Do you mean "filters" on the paginated index view?
You are probably looking for sth like the search plugin: https://github.com/cakedc/search
It can handle this sort of thing very easily and without much configuration or coding.
Answered By - mark Answer Checked By - Cary Denson (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.