BlazorTable 1.17.0

dotnet add package BlazorTable --version 1.17.0                
NuGet\Install-Package BlazorTable -Version 1.17.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorTable" Version="1.17.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorTable --version 1.17.0                
#r "nuget: BlazorTable, 1.17.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlazorTable as a Cake Addin
#addin nuget:?package=BlazorTable&version=1.17.0

// Install BlazorTable as a Cake Tool
#tool nuget:?package=BlazorTable&version=1.17.0                

BlazorTable

Demo Nuget (with prereleases) Nuget (with prereleases) alternate text is missing from this package README image

Blazor Table Component with Sorting, Paging and Filtering

Sample Gif

Install

  • Add BlazorTable Nuget
    • dotnet add package BlazorTable
  • Add to the index.html or _Hosts.cshtml
    • <script src="_content/BlazorTable/BlazorTable.min.js"></script>
  • Add call to Program.cs or Startup.cs
    • Services.AddBlazorTable();

Note: If installing BlazorTable in a hosted Blazor WASM application, these steps should be performed in the WASM Client project.

Features

  • Column Reordering
  • Edit Mode (Template Switching)
  • Client Side
    • Paging
    • Sorting
    • Filtering
      • Strings
      • Numbers
      • Dates
      • Enums
      • Custom Component

Dependencies

  • Bootstrap 4 CSS

Sample

Example Page

<Table TableItem="PersonData" Items="data" PageSize="15">
    <Column TableItem="PersonData" Title="Id" Field="@(x => x.id)" Sortable="true" Filterable="true" Width="10%" />
    <Column TableItem="PersonData" Title="First Name" Field="@(x => x.first_name)" Sortable="true" Filterable="true" Width="20%" />
    <Column TableItem="PersonData" Title="Last Name" Field="@(x => x.last_name)" Sortable="true" Filterable="true" Width="20%" />
    <Column TableItem="PersonData" Title="Email" Field="@(x => x.email)" Sortable="true" Filterable="true" Width="20%">
        <Template>
            <a href="mailto:@context.email">@context.email</a>
        </Template>
    </Column>
    <Column TableItem="PersonData" Title="Confirmed" Field="@(x => x.confirmed)" Sortable="true" Filterable="true" Width="10%" />
    <Column TableItem="PersonData" Title="Price" Field="@(x => x.price)" Sortable="true" Filterable="true" Width="10%" Format="C" Align="Align.Right" />
    <Column TableItem="PersonData" Title="Created Date" Field="@(x => x.created_date)" Sortable="true" Width="10%">
        <Template>
            @context.created_date.ToShortDateString()
        </Template>
    </Column>
    <Pager ShowPageNumber="true" ShowTotalCount="true" />
</Table>
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on BlazorTable:

Package Downloads
MoonCoreUI

A ui library for all moonlight panel like applications

Blazorized.AdminLte.Plugins

ADMINLTE plugins for Blazor is a collection of reusable components, with which you can easily develop digital services as a designer or developer. This project gathers a set of curated UI components that have been tested against the Blazorized AdminLTE project.

DGevolt.Website.Components.SideLabels

This Generates Side labels for Ektor Colour Boxes More details can be found in 31801 (DGevolt redmine)

MoonlightPluginBase

Use this package to install all dependencies a moonlight plugins needs

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.17.0 163,140 8/28/2021
1.16.0 1,296 8/15/2021
1.15.0 28,309 2/1/2021
1.14.0 15,682 11/26/2020
1.13.1 13,422 10/5/2020
1.13.0 511 10/5/2020
1.12.1 13,143 8/5/2020
1.12.0 613 7/29/2020
1.11.1 10,448 6/4/2020
1.11.0 1,327 5/18/2020
1.9.0 1,061 5/4/2020
1.8.1 937 4/23/2020
1.8.0 619 4/18/2020
1.7.2 789 4/5/2020
1.7.1 766 4/2/2020
1.7.0 520 4/1/2020
1.6.0 572 3/31/2020
1.5.1 1,180 3/22/2020
1.5.0 601 3/13/2020
1.4.0 876 3/9/2020
1.3.0 532 3/7/2020
1.2.0 526 3/5/2020
1.1.0 1,531 1/20/2020
1.0.9 535 1/16/2020
1.0.8 630 1/8/2020
1.0.7 616 1/6/2020
1.0.6 543 1/2/2020
1.0.5 613 12/20/2019
1.0.4 603 12/16/2019
1.0.3 685 12/11/2019
1.0.2 595 12/6/2019
1.0.1 587 12/4/2019
1.0.0 551 12/4/2019
0.0.9-preview3 438 11/15/2019
0.0.9-preview2 279 11/14/2019
0.0.8-preview2 310 11/6/2019
0.0.8-preview1 287 11/2/2019
0.0.7-preview1 290 10/26/2019
0.0.6-alpha 303 10/24/2019
0.0.5-alpha 292 10/23/2019
0.0.4-alpha 305 10/21/2019
0.0.3-alpha 292 10/21/2019
0.0.2-alpha 293 10/20/2019
0.0.1-alpha 310 10/19/2019