Default selection of grid.

hi webix team,
i have a datatable with pager,i want first item which is render on grid should always select even after i change page then the first item of new page should select.
https://snippet.webix.com/sm2pv1fu

@komals
for your case
https://snippet.webix.com/rit4g373
as data loading is static, then this method is suitable
in case of dynamic paging, first item setting should be done in onAfterLoad event

Thanks @integral

Having trouble when next page takes too long time to load & in case dynamic loading too