nextjournal / clerk-table-stats

Add simple columns summaries to your Clerk tables
ISC License
0 stars 0 forks source link

When clicking filter, fetch-fn should filter remote data #4

Closed borkdude closed 3 weeks ago

borkdude commented 1 month ago

Currently when you have a table and you're filtering certain values, the table might show up empty, since the filtering is performed client side and there might not be any rows that satisfy the filter. I think the filter should be sent along with the :fetch-fn probably such that the data is filtered at the server side?

cc @mk @philippamarkovics

borkdude commented 1 month ago

@mk This may require changes to clerk itself?

borkdude commented 3 weeks ago

Fixed by @zampino and me in Berlin!