Frage

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

War es hilfreich?

Lösung

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

                    scrollable: {
                        virtual: true
                    },

Its not free though...

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top