datagridgridinfinite-scrollendlessscroll

javascript/jquery grids that impliment endless scrolling (as opposed to traditional paging)


I recently read a this article about "endless pagination". I thought it would be a good idea to try represent grid data this way. I personally love being able to scroll down and have more data appearing rather than search for the next page. Surprising I haven't been able to find any of the jquery/js grids that support viewing data this way.

Any suggestions of javascript/jquery grids that support endless scrolling?

Thanks


Solution

  • It looks like Kendo ui has a grid that supports feature with a scrollable option:

                        scrollable: {
                            virtual: true
                        },
    

    Its not free though...