Marking and copying data from a template

Hello,

For some reason it’s not possible to mark text generated using webix. It’s even happening in the most standard usage - http://webix.com/snippet/43f38671. In this case, I can’t select neither the title text (Preview), the middle text (You can write any code here) nor any of the movie titles. Is there any way to allow basic text selection?

Thanks

This is known issue, it will be fixed in one of next updates.

For now you can add style like next to change behavior

<style>
  .webix_dtable, body.webix_full_screen{
      user-select:text; -webkit-user-select:text;
  }
</style>

http://webix.com/snippet/9b626eff