Spreadsheet columns

Hello,

With the new spreadsheet component, is it possible to add and delete columns dynamically through API methods? Adjusting the spreadsheet data and then refreshing would mean having to work out all the spans, etc individually.

Also, is there any facility for attaching a right-click context menu to a spreadsheet header (for the option of inserting/deleting columns)?

Thanks.

B

For now, there’s no way to add/delete columns dynamically. But we’re considering this feature for the future releases.

As for the context menu on a header, you need to attach a native html-event, because the grid header supports only left mouse click event:

http://webix.com/snippet/ec9efd55

Thank you for the snippet. Regarding the adding/deletion of columns, it would be great if it could be kept as a feature for a subsequent release.