Hi Robert,
I've done them, but you'd need to be more specific.
I've done ones which are common for phones and tablets, where i generate a browse of say 100 records that match whatever the search criteria is (or no search criteria) and then they can request more rows and it loads more records and you can keep scrolling.
Alternatively you can do it with a normal table, but it means you need to load all the results and then just use a CSS div as a "window" utilising {overflow: auto; height: someHeight;} to get a scrolling window.
But if you have a complex page with lots of other stuff on it, things can get complicated, works good for mobile/tablet though.
Requires CSS know-how and how to call NT as ajax manually.
Regards
Bill Shields