Hi, I am new to webix and would like to know, how to dynamically bind datatable selected row content to the form. Quick response would be highly appreciated as we are building POC using webix and needs to be submitted by EOD today.
Set the form elements and push to form on clicking of datatable (itemclick) and display it in form rather than predefined elements of forms as the column names are not same everytime.
Can you share a bit more details how do you want to bind the Select control ?
(2)
If i understood correctly you want to auto-configure form by data in the current row ( create input for each property ) - right ? There is no build in functionality for such use-case, but you can use webix.ui api to construct form on the fly.
For instance, I have a richselect in datatable and when user double clicks on any of the rows, I have to show the same richselect in the form as well. Please let me know if you need more information.