Info
Version: | 1.0.4 |
Author(s): | Fabio |
Last Update: | Friday, May 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fabiohvp/Datagrid |
NuGet Url: | https://www.nuget.org/packages/Fabiohvp.Datagrid |
Install
Install-Package Fabiohvp.Datagrid
dotnet add package Fabiohvp.Datagrid
paket add Fabiohvp.Datagrid
Fabiohvp.Datagrid Download (Unzip the "nupkg" after downloading)
Dependencies
- Fabiohvp.Extensions(1.0.2)
Tags
This component is used for dynamic generation of tables with search / sort / pagination.
All select used in this component will always make ONLY three queries to the database, 2 counts (total / filtered) and the select that will retrieve the data ALREADY paged from the database.