Disable Datatable

How can I disable editing datatable but still allow user to select and copy information?

The disable() function prevents the user from being able to even click anywhere in the area.

try to define editable:false
https://docs.webix.com/api__link__ui.datatable_editable_config.html

Thanks that worked!