Get Binded Forms

Hi all,
is there a way to know all forms binded to a datatable?

Something like table.getBindedForm() or table.getBindedObject()?

Thank you

Unfortunately, there’s no public properties/methods for such task.

For now, the most simple solution is to store the dependencies as a custom collection and update them on bind/unbind

Also, to log all dependencies, you can set webix.debug_bind = true flag using the debug version of the library.

We have no plans to implement such feature, but if you provide a use-case where it’s really critical, we can consider it for the future releases.

Thanks, no problem, I’ll use a custom collection