Is there a possibility to create rotated headers in the table? This would save a lot of space if the header description is longer than the data entries - it would be great together with checkboxes ;-)
Is there a possibility to use regexes in the formular columns? This would add the possibility to create data entries from parsed mails,...
Is there a possibility that user can only edit their own data but view all? Usecase is the table in the URL, each shop owner should have control over his data, but the whole table should be available to the public.
It is possible to rotate the headers with custom CSS and little customization. You will need to add transform property to the headers of the table. You can take a look at this tutorial Rotated Table Column Headers where you have an example table and example CSS for rotating table headers. You can add custom CSS in wpDataTables custom CSS field on wpDataTables settings page or directly on page where your table is located, between <style>...</style> tags.
I am sorry to disappoint you, but unfortunately the formula columns only deal with basic mathematical operations and can only work with integers and floats.
Also, the ability to view all but edit only their own data, is still not possible. You can create a copy of the table that will be non-editable, and add it below the original table where "Users see and edit only own data" feature is enabled.
To create the copy of the table, you'll need to generate a query based table by querying the same database the first table was created from. For example - your "users see and edit" table has the database name "wp_wpdatatable_2", so to create a new table from it, you need to pass this query:
This is a custom solution (an old one also) and we don't provide support for custom solutions. It seems that the issue is happening due to padding or some other CSS property.
Can you please open a private ticket, so you can share the log-in credentials to your website, so we can check it out? We can't promise anything, but we'll gladly take a look.
Is there a possibility to create rotated headers in the table? This would save a lot of space if the header description is longer than the data entries - it would be great together with checkboxes ;-)
Is there a possibility to use regexes in the formular columns? This would add the possibility to create data entries from parsed mails,...
Is there a possibility that user can only edit their own data but view all? Usecase is the table in the URL, each shop owner should have control over his data, but the whole table should be available to the public.
Hello JoergBoesner.
Thank you for your purchase.
It is possible to rotate the headers with custom CSS and little customization. You will need to add transform property to the headers of the table. You can take a look at this tutorial Rotated Table Column Headers where you have an example table and example CSS for rotating table headers. You can add custom CSS in wpDataTables custom CSS field on wpDataTables settings page or directly on page where your table is located, between <style>...</style> tags.
I am sorry to disappoint you, but unfortunately the formula columns only deal with basic mathematical operations and can only work with integers and floats.
Also, the ability to view all but edit only their own data, is still not possible. You can create a copy of the table that will be non-editable, and add it below the original table where "Users see and edit only own data" feature is enabled.
To create the copy of the table, you'll need to generate a query based table by querying the same database the first table was created from. For example - your "users see and edit" table has the database name "wp_wpdatatable_2", so to create a new table from it, you need to pass this query:
SELECT * FROM wp_wpdatatable_2
And simply don't allow editing for it.
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
Hello!
I am attempting to follow the link posted below about rotating column headers.
Here's code from this page: https://dev.neonet.org/dynamic-service-matrix/
**EDIT**
I had a typo so I got my initial issue fixed. now I need to adjust a few other styles to get the column header to fit properly:
Thanks!
-Scott
Hey Scott.
This is a custom solution (an old one also) and we don't provide support for custom solutions. It seems that the issue is happening due to padding or some other CSS property.
Can you please open a private ticket, so you can share the log-in credentials to your website, so we can check it out? We can't promise anything, but we'll gladly take a look.
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
Hi Aleksandar,
I managed to get it all working as desired. Here's a screenshot:
Appreciate the willingness to help!
-Scott
Good news, Scott, thanks for letting me know.
Can you post your solution here, since it's a public ticket, so others know what you did?
Thanks in advance!
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
Hi Aleksandar,
i started a new public thread so it would be clean showing how this was done and shared they SP code:
https://tmsplugins.ticksy.com/ticket/3042192
be well!
-scott
Thank you once again Scott! Much appreciated!
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