How to hide the toolbar?

how do I hide the toolbar? I can hide the editLine: false, menu: false, but how about the toolbar?

Please, try to send the empty list of the toolbar items in the config.

var spreadsheet = new dhx.Spreadsheet("cont",{
	toolbarBlocks: []
});
1 Like