Can I do global navigation search with categories with datatables editor?
Can I do global navigation search with categories with datatables editor?
I'm looking to do something like "CRM search":
Which is a little "similar idea" to this datatables website search:
Please check the video
https://youtu.be/3fTb-vMYK7Q
Is this something out of the box or done with a plugin or datatables option?
server side processing via API
different datasets with different data structure
Result: Global search of these datasets with categories on a dropdown
For example
dataset 1 lease drivers-loaner
dataset 2 lease driver-car-loaner
dataset 3 loaner
so when I search name "abc", the name can be car's name, driver's name, loaner's name.
this name can even be both driver's and loaner's name at same time.
To search without repeat record
In my case, which I'm building a small CRM I might have some repeats which I want to have, like one person can be in multiple places, a dealer but also a user. But I want to avoid having duplicates within the same pool.