Is it possible to have a common slide down bar for two adjacent dataTables

I have a project where I need to compare two JSONS in two data tables.( there are minor changes in jsons for finding difference I used color to json attributes that are varying but this secondary )
Is it possible to have a common scroll bar for two adjacent datatable views please see the example at
http://webix.com/snippet/1433c8b8.

here I am facing problem that i need to scroll down both bars to see diff of one row…!

You can sync both scrollbars with onScrollY and onAfterSelect events. Check the snippet:

http://webix.com/snippet/fba7f880

Note that if you disable one of the scrollbars, the scrollTo method will work properly, but you’ll be able to scroll manually only one datatable.

Thanks Listo…!

Hi Listo

Could you please help me in fixing this issue.
http://webix.com/snippet/db528d9f

try to scroll down any of the scroll bar and the issue pops up…!
Please help me in fixing this.

Thanks
Ravikiran