Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate best ways to filter and sort data results #404

Open
arborrow opened this issue Jun 14, 2020 · 2 comments
Open

Evaluate best ways to filter and sort data results #404

arborrow opened this issue Jun 14, 2020 · 2 comments

Comments

@arborrow
Copy link
Owner

Certainly for the index blades but also in all areas where there is a table of data being returned, I would like more dynamic filtering and sorting capabilities.

One possible solution is for something like https://listjs.com/ - the more Laravel way might be along the lines of sorting and filtering via the controller as shown in this tutorial.

So I am open to how best to implement this but hopefully the idea is clear enough.

@arborrow
Copy link
Owner Author

arborrow commented Apr 1, 2021

https://laravel-livewire.com/ may be another way to accomplish this

@arborrow
Copy link
Owner Author

arborrow commented Jan 3, 2022

While it is tempting to consider a javascript based solution of re-sorting data and filtering data throughout Polanco, I'm thinking that simpler is better and perhaps using old fashion techniques will give a more consistent user experience. I would rather provide a sort variable on a page that specifies the name of the column and let the controller or blade handle the sorting. With searching on persons, retreats, donations, payments and elsewhere we can usually get a filtered set of results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant