Is there a direct way to suppress the message "Success! Data has been saved" or "Row has been deleted" after each change? I would like to know if it is possible -- I think I want to do make the change, but I wanted to ask how to do it first.
Yes oddly enough there are a number of users of my application that would simply like the message removed. They don't like waiting around for the message to finish when they are doing inline editing of data.
I would like to suppress the message and see what the User Experience looks like. I am not sure that I want to turn the message off, but I would like to examine the amount of time it displays etc.
Is there a direct way to suppress the message "Success! Data has been saved" or "Row has been deleted" after each change? I would like to know if it is possible -- I think I want to do make the change, but I wanted to ask how to do it first.
HI markenvato23,
Thank you for your purchase.
Can you please explain me more what are you trying to achieve.
Do you want to change that message or something else.
Best regards.
Kind Regards,
Miloš Jovanović
[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
Yes oddly enough there are a number of users of my application that would simply like the message removed. They don't like waiting around for the message to finish when they are doing inline editing of data.
I would like to suppress the message and see what the User Experience looks like. I am not sure that I want to turn the message off, but I would like to examine the amount of time it displays etc.
Mark
HI markenvato23,
You can find the logic for that notices in this file
assets/js/wpdatatables/wpdatatables.js
around line1293 is the logic.
Best regards.
Kind Regards,
Miloš Jovanović
[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