Masb.Mvc.TableBuilder
1.13.3
dotnet add package Masb.Mvc.TableBuilder --version 1.13.3
NuGet\Install-Package Masb.Mvc.TableBuilder -Version 1.13.3
<PackageReference Include="Masb.Mvc.TableBuilder" Version="1.13.3" />
paket add Masb.Mvc.TableBuilder --version 1.13.3
#r "nuget: Masb.Mvc.TableBuilder, 1.13.3"
// Install Masb.Mvc.TableBuilder as a Cake Addin #addin nuget:?package=Masb.Mvc.TableBuilder&version=1.13.3 // Install Masb.Mvc.TableBuilder as a Cake Tool #tool nuget:?package=Masb.Mvc.TableBuilder&version=1.13.3
Minimalist ASP.NET MVC Html Helper to help rendering tabular data, separating the headings and data cells from the table structure.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 4.0.20710)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.13.3 | 3,452 | 8/6/2014 |
1.0.12.2 | 1,072 | 7/21/2014 |
1.0.11 | 1,123 | 7/20/2014 |
1.0.10 | 1,146 | 7/18/2014 |
1.0.9.2 | 1,070 | 7/16/2014 |
1.0.8 | 1,101 | 7/15/2014 |
1.0.7.1 | 1,069 | 7/15/2014 |
1.0.6 | 1,093 | 7/14/2014 |
1.0.5 | 1,121 | 7/14/2014 |
1.0.4 | 1,147 | 7/14/2014 |
1.0.3 | 1,138 | 7/14/2014 |
1.0.2 | 1,126 | 7/14/2014 |
1.0.1 | 1,109 | 7/14/2014 |
1.0.0 | 1,151 | 7/14/2014 |
Package containing `TableTemplateFor` and `Table` extension methods.
TableTemplateFor is used to create a table template.
Table is used in the rendering process, by using a previously created template.
Can also be used to render tabular data, in a non-tabular way such as a list of cards,
each card containing information for the row object.
See the project page for information on how to use and for samples.