dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
84 stars 2 forks source link

Feat: Sort + Filter `Tags` Table Columns/Values using `JS` Lib #436

Open nelsonic opened 10 months ago

nelsonic commented 10 months ago

As noted in: https://github.com/dwyl/mvp/issues/396#issuecomment-1776753503 the /tags page https://github.com/dwyl/mvp/pull/435 is looking great! 😍 Rather than complicating the Ecto query by adding the sorting/filtering server-side, we're going to select a JS library that can do it with the data already loaded in the browser.

Todo