arm092 / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS (Fork of MedicOneSystems/livewire-datatables but with updating dependencies and support new Laravel versions in time)
https://livewire-datatables.com/
MIT License
26 stars 11 forks source link

How to Filter Encrypted Advertiser Names in the Database? #24

Closed emresasi closed 1 month ago

emresasi commented 1 month ago

Hello, in my project, advertiser names are stored encrypted in the database. I can decrypt them when displaying in the table, but when I try to filter by brand name, it doesn't work because the filter is not encrypted. Is there a way to achieve this?

arm092 commented 1 month ago

You can try to use an array with encrypted values and decrypted keys as filter. And please for such cases open a discussion instead of an issue.