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
Is there a way to filter the table by username?
I have a list of employees, and when an employee enters I just want him to see his information.
some like this
[wpdatatable id=45 table_view=regular filter=curren_user_login]
Hello rafaelrook
This can be achieved with placeholders, or by enabling Users see and edit only own data feature.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
the option "Users see and edit only own data feature." is not possible because the administrator captured all the data.
I could do it with "placeholders" and sql query. but when there is no record it returns error
Hi again rafaelrook
This issue will always follow until you have at least one entry with the admin account.
The query cannot be completed if you add a condition like:
SELECT * FROM myTable
WHERE userID = %CURRENT_USER_ID%
And there is no userID that matches the current ID. It's like running a query in your database with a userID that doesn't exist.
When you enable Users see and edit only own data you have the option to enable "Show all rows in back-end", and that should work. Please try that.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables