Datatable scroll issue

Hello webix team,

Please refer below snippet.
https://snippet.webix.com/tuey26xo

Here, I want datatable’s vertical scroll from header for fixed height table, I’ve achieved it by overriding css. but when I try to see records using scroll It’s not showing all records(If datatable contains 6 records It’s showing only 4). Please provide solution for this.

Hi @Pooja ,
As a solution, you can wrap the datatable in scrollview, and remove the scroll from datatable as scroll: false.
Please take a look at the snippet:
https://snippet.webix.com/d8btzplk

Thank you so much @annazankevich for the given solution. without using scrollview is it possible?