Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quasar table column filtering

1) Is there a way to implement quasar table column filtering similar to datatables? https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html

Ideally it would be an auto populate text field and it would filter all rows on the table . I have a table with 25 columns so want something robust.

2) Any recommendations on the data filtering backend part? Should I call the DB with a filter or store a master list on the client and filter client side?

like image 624
user4757355 Avatar asked Oct 28 '22 14:10

user4757355


1 Answers

Check out new quasar extension QGrid that allows column filters.

Github - https://github.com/pratik227/quasar-qgrid

Demo - https://quasar-qgrid.netlify.com/

like image 177
Patel Pratik Avatar answered Nov 12 '22 16:11

Patel Pratik