There is a way to get when a scrollbar in a datatable reach the bottom of the table?
thx
There is a way to get when a scrollbar in a datatable reach the bottom of the table?
thx
It is possible to get the ID of the last item and use theshowItem
as follows:
this.showItem(this.getLastId())