I wonder if it's possible to filter in a specific way. For example, right now if i select 2 values (i have multiselectbox), all rows that have either of these 2 values will show up. I wonder if it's possible to filter so that if i choose these 2 values, only rows that have both of these 2 values will show up.
Unfortunately something like this is not possible with the plugin build in features and it requires some code customization. We can offer you our paid customization service where you can hire one of our developers to implement this feature for you.
Before I forward your request to my development team on estimation, can you please tell me do you need this for server-side tables or non server-side or both? Also you need this only for mulitselect filter?
Sorry for my low knowledge but what's server-side tables and non server-side? Not sure which it is but i only need it for my table that i have on my wordpress site. My host is hostgator, which is where i got my domain name and server from.
My table is just a simple table with values i input myself and the purpose of the table is so that peoples that play the game i made the table for can easily filter out for example which hero has certain skills. Right now i can't do that since if you choose several values, it won't narrow down heroes but show all heroes with any of those values.
Non server-side table are tables that you made from first option in table wizard Creating table from existing data source(except Mysql query option). All other options from table wizard will made server-side tables(manual table and MySQL tables)
Well it sound that you made manual table. You use second option from table wizard to make this table. Right?
If that is true you have table with server-side processing, and if you need only for that table then you don't need large customization. What you can do is change code in file wp-content/plugins/wpdatatables/source/class.wpdatatable.php around line 1663 you will find this:
$search .= " OR ";
and you have to replace with this
$search .= " AND ";
Please note that this will be overwritten in next update and you have to do it again.
Hi!
I wonder if it's possible to filter in a specific way. For example, right now if i select 2 values (i have multiselectbox), all rows that have either of these 2 values will show up. I wonder if it's possible to filter so that if i choose these 2 values, only rows that have both of these 2 values will show up.
Hi RawPiglet,
Thank you for your purchase.
It is possible with some code customization.
Unfortunately something like this is not possible with the plugin build in features and it requires some code customization. We can offer you our paid customization service where you can hire one of our developers to implement this feature for you.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Where can i find this offer?
Hi RawPiglet,
Before I forward your request to my development team on estimation, can you please tell me do you need this for server-side tables or non server-side or both? Also you need this only for mulitselect filter?
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Sorry for my low knowledge but what's server-side tables and non server-side? Not sure which it is but i only need it for my table that i have on my wordpress site. My host is hostgator, which is where i got my domain name and server from.
My table is just a simple table with values i input myself and the purpose of the table is so that peoples that play the game i made the table for can easily filter out for example which hero has certain skills. Right now i can't do that since if you choose several values, it won't narrow down heroes but show all heroes with any of those values.
It will only be for multiselectbox filter :).
Hi RawPiglet,
Non server-side table are tables that you made from first option in table wizard Creating table from existing data source(except Mysql query option). All other options from table wizard will made server-side tables(manual table and MySQL tables)
How you made this table?
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
I made it from scratch using the plugin, adding rows, lines, images and values myself so i guess its server-side table?
Hi RawPiglet,
Well it sound that you made manual table. You use second option from table wizard to make this table. Right?
If that is true you have table with server-side processing, and if you need only for that table then you don't need large customization. What you can do is change code in file wp-content/plugins/wpdatatables/source/class.wpdatatable.php around line 1663 you will find this:
and you have to replace with this
Please note that this will be overwritten in next update and you have to do it again.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
It worked wonders. You have my gratitude, please let the developers know.
Not many support have as good service as you guys have. Please keep up the good work.
I was a bit worried and regretted when i realized i could not filter the way i want, but now im very happy with the purchase.
Thanks a lot for the help! Have a good day sir :).
Hi RawPiglet,
You are welcome. Glad that we help you.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
If you are satisfied with our support, we'd greatly appreciate it if you could take a minute and leave a Review on CodeCanyon on this link. Thanks!
Have a nice day.
Best regards
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Done with the review. Thanks once again for the help :).
Hi RawPiglet,
Thank you so much for great review. It means to us a lot.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables