You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: