rowHeight do not function in prototype

i created a prototype for my datatables with

webix.protoUI({

  • name:“slxDataTable”,*
  • defaults:{ …*

it is very usable, but rotHeight is not supported! i must define it in every html. what ist false?

Hello @ObiWanKenobi,

Unfortunately, I can’t reproduce the issue. Could you please send us a snippet code with a problem in our snippet tool? Thank you in advance! :slight_smile:

Hi @ObiWanKenobi

The rowHeight and a few other parameters depend on the applied skin. To implement this dependency, they is not hardcoded to defaults, but there’s a specific way to set them.

Here’s a link to the source code of Datatable on our GitHub, to demonstrate what’s going on.

And here’s an exampe of customization: Code Snippet

It works very well - Thank you!