DataTable richselect column

Greetings!

I’d like to provide different list choices to the user of a DataTable richselect depending on one of the column values.

Would you have any suggests on if / how I’d go about such an effort?

Many Thanks,

Bruce

Hello!

Basically, the best way is to filter options depending on the cell ID, as the collection of options is defined for the entire column. For more samples/detailed explanation, please check the existing topic:

http://forum.webix.com/discussion/4639/how-to-dynamic-change-richselect-combo-select-options-to-item-in-datatable

Thanks very much for your response.

Regards,

Bruce