As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hello,
I have created several tables and I have run into a situation where I need to dynamically filter data going into one of the tables i have created. For example column has data A, B and C entries only and I want to see is there is a way to limit the data populated to only one of the three names based on a userlogin. I was hoping there is a way with some php coding that could entered somehow. Is this possible?
Thanks for your help!
Hi hypercubemd,
Thank you for the purchase.
Unfortunately populating filters based on user login is not possible out of the box, but it can be done with plugin customization.
If you are using Server-side tables you can take a look at these two functions and customize it by your needs:
getColumnFilterDefs() in file ../wpdt.plugin/wp-content/plugins/wpdatatables/source/class.wpdatatable.php
and
getFilterType() in file ../wp-content/plugins/wpdatatables/source/class.wpdatacolumn.php