문제

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

도움이 되었습니까?

해결책

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

                    scrollable: {
                        virtual: true
                    },

Its not free though...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top