TreeTable not scrolling properly under certain conditions

Hello,

I managed to stumble across yet another bug (bad luck, I guess…). I created a TreeTable that is configured as follows:

  • prerender is set to true
  • grouping is enabled enabled
  • the group configuration contains a row attribute

When these three conditions are met, the group rows of the table do not scroll with the content. I made a snippet to illustrate the issue.

Hello Marius,

Thank you for reporting the issue. This is also true for Datatable subrows and subviews, as the nature of the bug is common.

We will include the fix into the 4.2.

For now you can handle the onScrollY event to work around this issue. Please, check the following snippet: http://webix.com/snippet/4ea96ab9

Thanks for the workaround!