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'm using best_in_place within ajax datatables and everything is working perfectly unless it's an empty field. In this case, the placeholder field isn't activated. I can manually call jQuery('.best_in_place').best_in_place() in the console, which will then trigger the place_holder fields, but it's already been called and working for the normal spans.
The text was updated successfully, but these errors were encountered:
@TerenceLyu Sorry for the delay in responding. I did create a workaround, mostly by instantiating a new object as a placeholder and then feeding best_in_place a fake name so that there was always an object to click on. It's not an elegant solution at all, but it works.
I'm using best_in_place within ajax datatables and everything is working perfectly unless it's an empty field. In this case, the placeholder field isn't activated. I can manually call jQuery('.best_in_place').best_in_place() in the console, which will then trigger the place_holder fields, but it's already been called and working for the normal spans.
The text was updated successfully, but these errors were encountered: