I see from your demo, that you can create a query that specifies criteria. This is my scenario:
Each user will have a profile page. Displays will be different based on user role. Authors will be able to create posts, members will only be able to comment on existing posts.
Can I create a query, using your plugin, which I can place (shortcode) on an Author's profile page to display only the posts that they have created? The Members do not need such a feature, only Authors. The query would be based on user's ID.
I believe what you're looking for is "Users view and edit only own data" feature. There, you can allow users to be able to edit only the data they entered, based on their User ID.
Every table generates its own shortcode like [WPDATATABLE ID=1], and you can choose where to show it. If you enable the mentioned feature - only the users that have made changes to that table will be able to see it.
You can always create an Admin table from that table, where admins will be able to see all entries. You can see how to do that in the documentation provided above, in the video.
If I misunderstood, or you have some more questions, please feel free to reach out to us, we'll gladly help.
This would require changing one line in the code, and the tables will start working slower and slower, and at some point - it is possible the page might break with a timeout error.
If you're interested in applying this workaround even though it may slow the page loading significantly, please open a new ticket and just reference this one.
When you are posting on ticket that are not yours or have questions or issues which are not related to the title of the active ticket can you please open a new one, and we will help you there. In that way, issues and questions which are related to different subjects will be in different tickets so other customers or our support agents can find it easily. Our policy is to have one issue or question per ticket because of the reasons that is described already.
I see from your demo, that you can create a query that specifies criteria. This is my scenario:
Each user will have a profile page. Displays will be different based on user role. Authors will be able to create posts, members will only be able to comment on existing posts.
Can I create a query, using your plugin, which I can place (shortcode) on an Author's profile page to display only the posts that they have created? The Members do not need such a feature, only Authors. The query would be based on user's ID.
I hope my question makes sense to you. Thank you.
Hello Sandra.
Thank you for your interest in our plugin.
I believe what you're looking for is "Users view and edit only own data" feature. There, you can allow users to be able to edit only the data they entered, based on their User ID.
Every table generates its own shortcode like [WPDATATABLE ID=1], and you can choose where to show it. If you enable the mentioned feature - only the users that have made changes to that table will be able to see it.
You can always create an Admin table from that table, where admins will be able to see all entries. You can see how to do that in the documentation provided above, in the video.
If I misunderstood, or you have some more questions, please feel free to reach out to us, we'll gladly help.
Best regards.
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
So does that mean that we cannot disable server side processing for tables that are larger than 2000 rows?
Thank you,
Alex
Well, Alex, you can.
This would require changing one line in the code, and the tables will start working slower and slower, and at some point - it is possible the page might break with a timeout error.
If you're interested in applying this workaround even though it may slow the page loading significantly, please open a new ticket and just reference this one.
When you are posting on ticket that are not yours or have questions or issues which are not related to the title of the active ticket can you please open a new one, and we will help you there. In that way, issues and questions which are related to different subjects will be in different tickets so other customers or our support agents can find it easily. Our policy is to have one issue or question per ticket because of the reasons that is described already.
Thank you for understanding.
Best regards.
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