Is there anyway to implement Multi Column Filtering in Laravel Voyager Bread?

Solved
cpshibinoppo

Dec 2nd, 2022 04:37 AM

Is there anyway to implement Multi Column Filtering in Laravel Voyager Bread.Like approved ,Pending ..etc and date filter also .how can i implement this?

bobbyiliev

Dec 2nd, 2022 06:29 AM

Best Answer

Hi there,

You could do that by enabling Server-side Pagination in your BREAD definition:

Then in the BREAD view itself you will be able to select which field to search by:

Hope that this helps!