Question

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

Was it helpful?

Solution

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

                    scrollable: {
                        virtual: true
                    },

Its not free though...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top