Hello, Can I display data from excel table to specific users only? I mean display their own data for each user.
So if user A have 9 rows and 6 columns I wanna display all these rows and columns when User A logged in only if user B logged in he can't see anything.
What you're trying to achieve is possible with Users see and edit only own data feature. However, you would need to know their WordPress user ID; store it in an integer column, and define that column as the User ID column. Also, this feature is not available for tables that are not editable, like tables linked to an existing Excel file. You would need to either import the file, making the table manual in the plugin, or import it in the database, and link to the database table using SQL query. If you decide to import the table, all changes made in wpDataTables will not be visible in the source file, or vice versa.
Hello, Can I display data from excel table to specific users only? I mean display their own data for each user.
So if user A have 9 rows and 6 columns I wanna display all these rows and columns when User A logged in only if user B logged in he can't see anything.
Hello Abdulrahman Arram.
Thank you for your interest in our plugin.
What you're trying to achieve is possible with Users see and edit only own data feature. However, you would need to know their WordPress user ID; store it in an integer column, and define that column as the User ID column. Also, this feature is not available for tables that are not editable, like tables linked to an existing Excel file. You would need to either import the file, making the table manual in the plugin, or import it in the database, and link to the database table using SQL query. If you decide to import the table, all changes made in wpDataTables will not be visible in the source file, or vice versa.
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