dependent() without animation
dependent() without animation
Denis.David@dqs.de
Posts: 28Questions: 8Answers: 1
in Editor
Is there any way to disable animation when using the dependent() option of DataTables editor? For show() and hide() functions there is an optional parameter for enabling/disabling animation, I am not aware if it is possible to also set this flag within the dependent() callback function.
Thanks, Denis
This discussion has been closed.
Answers
Good question. Currently, no there isn't I'm sorry to say. I'll have a look into how to best add that into the API. Currently you'd need to modify the Editor source and add
false
as the second parameter toshow()
andhide()
in thedependent()
method.Allan