How work searching on List page? December 14, 2021, 10:52:28 PM Hi!In my project (PhpRAD 2.7.3) are same table. When I publish the project, the serching work on something list page, on other list page it's not working.The list pages are ajaxpage, and the searching is ajaxpage on all list page.Or how work the searching template?Update1: when I create a new project from the DB the generated page work fine: ajaxsearch is good. In the original project only the loading indicator move, after I see the full table, I don't see the filtered.Where is the searching? In the Controller file or somewhere in JS?I don't found errors with Firefox Webdeveloper tools.Update2: On the List page have two tbody tag: a "page-data" class and a "search-data" class. When I make a ajaxsearch, page-data style modifed to "display: none", search-data is visited, but don't filtered.Thx! Quote Selected Last Edit: December 21, 2021, 10:36:05 AM by machobymb
Re: How work searching on List page? Reply #1 – July 11, 2022, 11:08:10 PM The search in my database is also not working. How did you solve this? Quote Selected