NEW Feature: Column Search in CRUDs – with One Checkbox

Founder of QuickAdminPanel
We’ve released a new feature – when creating/editing a CRUD, you can specify to enable a “Column search”. Then, in your datatable, you will have a field to search not only in all the table, but also in each field separately.
Here’s how the table looks without Column Search feature:
And here’s a quick video WITH Column Search:
All you need to do to enable that Column Search is tick the checkbox when creating/editing your CRUD, at the very bottom, in Table Settings:
For text fields, it will generate a text-based search input, but for relationships or select/radio fields, you will see a dropdown with all potential values.
For other, more complex fields, like dates and file uploads, search column will just be empty.
Have fun searching!
Try our QuickAdminPanel generator!
3 Comments
Leave a Reply Cancel reply
Recent Posts
Try our QuickAdminPanel Generator!
How it works:
1. Generate panel online
No coding required, you just choose menu items.
2. Download code & install locally
Install with simple "composer install" and "php artisan migrate".
3. Customize anything!
We give all the code, so you can change anything after download.
Excellent. This is a great enhancement and I really love it.
How with filter on date field?
I took partly from this article https://blog.quickadminpanel.com/demo-transactions-datatables-with-date-range-filter-and-chart-on-top/ .
On function ‘onchange ()’ called ajax.
And I added ajax processing to the controller.