paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
680 stars 55 forks source link

fix(admin): fix table filter column highlight #268

Closed Cauen closed 2 years ago

Cauen commented 2 years ago

Now, column highlight will search for completed filters only, before comparing filter id. Filter ids can only be strings, so filter(Boolean) will work.

resolve #267

AhmedElywa commented 2 years ago

Thanks for your PR