# BlazorTable **Repository Path**: lanicon/BlazorTable ## Basic Information - **Project Name**: BlazorTable - **Description**: Blazor Table Component with Sorting, Paging and Filtering - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-14 - **Last Updated**: 2021-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlazorTable [![Demo](https://img.shields.io/badge/Live-Demo-Blue?style=flat-square)](https://BlazorTable.netlify.com/) [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/BlazorTable.svg?style=flat-square)](https://www.nuget.org/packages/BlazorTable) [![Nuget (with prereleases)](https://img.shields.io/nuget/dt/BlazorTable.svg?style=flat-square)](https://www.nuget.org/packages/BlazorTable) ![](https://github.com/IvanJosipovic/BlazorTable/workflows/CI/CD/badge.svg) Blazor Table Component with Sorting, Paging and Filtering [![Sample Gif](https://raw.githubusercontent.com/IvanJosipovic/BlazorTable/master/BlazorTable.gif)](/BlazorTable.gif) ## Install - Add [BlazorTable Nuget](https://www.nuget.org/packages/BlazorTable) - dotnet add package BlazorTable - Add to the index.html or _Hosts.cshtml - `` - Add call to Program.cs or Startup.cs - Services.AddBlazorTable(); ## Features - Column Reordering - Edit Mode ([Template Switching](https://github.com/IvanJosipovic/BlazorTable/blob/master/src/BlazorTable.Sample.Shared/Pages/EditMode.razor)) - Client Side - Paging - Sorting - Filtering - Strings - Numbers - Dates - Enums - Custom Component ## Dependencies - Bootstrap 4 CSS ## Sample [Example Page](https://github.com/IvanJosipovic/BlazorTable/blob/master/src/BlazorTable.Sample.Shared/Pages/Index.razor) ```csharp
```