You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the title says it all: don't validateOptions if debugging is off to not wast time on start.
Another reason for that wish is that I fill widgetOptions when initializing tablesorter and later add/remove widgets (e.g. filter). This will flood the error log.
Or can you suggest a better way to temporarily enable/disable widgets? At the moment I use removeWidget and applyWidgetId.
Best regards,
Andreas
The text was updated successfully, but these errors were encountered:
This would be a reasonable change, now that you can debug each component. My intention was to reduce developer frustration, but yeah user perceived performance is more important.
Hi,
I think the title says it all: don't validateOptions if debugging is off to not wast time on start.
Another reason for that wish is that I fill widgetOptions when initializing tablesorter and later add/remove widgets (e.g. filter). This will flood the error log.
Or can you suggest a better way to temporarily enable/disable widgets? At the moment I use removeWidget and applyWidgetId.
Best regards,
Andreas
The text was updated successfully, but these errors were encountered: