I have set up a simple table (screen dump attached), front end editable, for users to choose dates which they will be on duty. Blue columns are not editable, red cells will go white once chosen. With Excel style editing it works well but:-
1. How do I hide the New, Edit, Delete buttons? I don't want them to be able to add or delete rows and the edit button goes into modal editing which is unworkable as it shows only the editable columns so you only get a list of dashes to choose from and can't be sure that you are in the right week. (I tried disabling by putting
1. Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
2. Can you please describe me more because I did not quite understand. Thank you.
2. Sorry to disappoint you if you take a look at this documentationwhere you can see the difference between standard wpDataTables and Excel-like tables. You will find that inline editing is not yet supported for Excel-like tables.
Unfortunately hiding the popup buttons are not available at this moment. Maybe you can hide them using CSS for one cell but after that when you click on other cell it will show again and currently we do not have that workaround to hide them on every click. Maybe to uncheck the popup tools for some tables that you do not need to have that functionality. Thank you for your understanding.
I have set up a simple table (screen dump attached), front end editable, for users to choose dates which they will be on duty. Blue columns are not editable, red cells will go white once chosen. With Excel style editing it works well but:-
div.dataTables_filter { display: none !important; }
into the Custom WpDataTables CSS in Settings per your guidance but that seems to have no effect..wpDataTables button.DTTT_button_edit { display: none !important; }
2. Excel style editing doesn't work in IOS (iphone, ipad etc) as double tapping doesn't opend the keyboard. Is there a solution to this?
Many thanks - I look forward to hearing from you.
John G
Hi John,
Thank you for your purchase.
1.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
2.
Can you please describe me more because I did not quite understand.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 John
1.
Can you try with this code
In this case all the buttons will be hidden.
2.
Sorry to disappoint you if you take a look at this documentation where you can see the difference between standard wpDataTables and Excel-like tables.
You will find that inline editing is not yet supported for Excel-like tables.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 John,
Unfortunately hiding the popup buttons are not available at this moment.
Maybe you can hide them using CSS for one cell but after that when you click on other cell it will show again and currently we do not have that workaround to hide them on every click.
Maybe to uncheck the popup tools for some tables that you do not need to have that functionality.
Thank you for your understanding.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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