Newbie Question - Bulk Settings Update
Newbie Question - Bulk Settings Update
joshb
Posts: 1Questions: 1Answers: 0
Hi All,
Question for you - my Editing team has not been consistent with the settings for our tablepress use.
Is there a way we can export the settings information for all our tables and import and update for the settings.
Example: Some tables have pagination turned on and some have pagination turned off. If we want to turn off pagination for all tables under 52 rows but we do not want to manually do this, is there a best practice or API call we can use?
Thanks!
This discussion has been closed.
Answers
Hi @joshb ,
You could do that sort of thing in
initComplete
- you could have a method that you call for all tables that takes certain decisions. For example, here it's included in the function, but you could spin it out easily.Cheers,
Colin