Controls inside Spreadsheet cells.

Hi, we’re evaluating Webix to see if it would be a good UI option for some of our new products. Is there a way to place UI Controls like DatePicker, DateRangePicker, Checkbox, Button, etc. inside a Spreadsheet cell to perform actions like hide/show columns, lock/unlock cells, etc.? I’ve been looking through the docs and saw the “Working with Cell Content” section, but don’t think I saw anything like this. Thanks!

Hello,

Spreadsheet allows defining Datepicker, Richselect and Popup editors as cell controls.

Other simple controls like button and checkbox can be embedded directly via cell values, but you will have to provide extra logic to maintain their interactivity.

Check the following snippet, please: https://snippet.webix.com/trhc3ron

Great thanks so much!