How to Remove Column Collapsing and Card Menu Options (Delete/Duplicate) JavaScript

Does anyone know how to remove the collapsing of the columns and the menu that appears on each card with options for deletion and duplication? I’m integrating the component with JavaScript

Hello @enrico_Rebuli ,
To remove the cards menu you can set cardShape.menu to false (there is the same setting for columns and rows as well) .
To prevent collumns collapsing, you could either define a headerTemplate without a collapse icon (check the example with a template for column headers) or hide it with CSS: DHTMLX Snippet Tool .