I am trying to create a datatable of n rows such that each row would have 3 richselect field and 3 text boxes.I am using both richselect and textbox as the template so that it reflects in all the rows of the datatable.Though the textboxes are getting created,the richselects are not.I tried using all the combinations for the richselect.
Can you please give me a example where the select have been used in the template(and not as editor:“select” because at first apperance it does not look like a select box) and is visible everytime and not on click
Ex : http://webix.com/snippet/94faf2e3
I have the same requirement here, but I am stuck in one place, I have requirement like, when I select “c” in first select list in first row, I need to populate a and b in second richselect of first row only, as of now when I am selecting c in first select, a and b is coming in all the rich select available in third column, but I want row wise operation.
I want to handle the each row data separately,baically I want to use onChange function in the first rich select to populate the date in second rich select
Hello Maksim,
This is our typical requirement and can you please suggest how we can achieve this requirement using webix, this is become critical for us, because for front end UI we are using Webix framework only and no other JS Framework apart from this, as we do no want to use this point of time any other framework, I would request you to please suggest some solution on this.
Please check the next snippet, it shows how a editor can be reconfigured on the fly. Changing the value in the first column will change list of options in the second column