Info
Version: | 1.0.2 |
Author(s): | Phil Campbell |
Last Update: | Tuesday, November 4, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/philoushka/Mvc-Infinite-Scroll-Grid |
NuGet Url: | https://www.nuget.org/packages/MVC-Infinite-Scroll |
Install
Install-Package MVC-Infinite-Scroll
dotnet add package MVC-Infinite-Scroll
paket add MVC-Infinite-Scroll
MVC-Infinite-Scroll Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This package will drop a new controller, view, scripts and sample data. Just navigate to
http://localhost:xyz/InfiniteScrollDemo and you'll see the demo view.
Modify the demo code to suit your needs in your web application.
The demo uses tables and rows, but you can modify easily to use lists and repeating div elements.
Requires an existing ASP.NET MVC application.