BlazorGenericTable.MA 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorGenericTable.MA --version 1.0.5
                    
NuGet\Install-Package BlazorGenericTable.MA -Version 1.0.5
                    
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="BlazorGenericTable.MA" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazorGenericTable.MA" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="BlazorGenericTable.MA" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlazorGenericTable.MA --version 1.0.5
                    
#r "nuget: BlazorGenericTable.MA, 1.0.5"
                    
#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.
#:package BlazorGenericTable.MA@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BlazorGenericTable.MA&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=BlazorGenericTable.MA&version=1.0.5
                    
Install as a Cake Tool

BlazorGenericTable.MA

BlazorGenericTable.MA is a dynamic, feature-rich generic table component designed for C# and Blazor applications. Built on .NET 6 and enhanced by modern C# features like nullable enablement and implicit using, it delivers a seamless and performant experience, empowering developers to present and interact with data effortlessly.

Designed for both flexibility and clarity, BlazorGenericTable.MA adapts effortlessly to various data models and user interactions. It offers out-of-the-box support for selection, deletion, and pagination functionalities. Additionally, it provides simple mechanisms to edit table styles by allowing you to add custom CSS classes—making it easy to tailor your table’s appearance to match your design requirements.

Authored by Mohammad AghaMohammadi and backed by a commitment to quality, this component reflects a blend of technical excellence and refined aesthetics. Whether you’re developing complex enterprise solutions or innovative personal projects, BlazorGenericTable.MA will help you achieve efficient and elegant data management.

For more information and to explore additional components, please visit our GitHub repository or my website.


Features

  • Generic Data Binding: Integrate seamlessly with diverse data models.
  • Selection Support: Built-in functionality for easy row selection.
  • Deletion Capability: Supports direct removal of table entries.
  • Pagination: Efficiently manage large datasets with robust pagination.
  • Customizable Styling: Edit table styles easily by adding custom CSS classes to achieve your desired look and feel.

Installation

Install BlazorGenericTable.MA via the NuGet Package Manager Console:

Install-Package BlazorGenericTable.MA -Version 1.0.5

Or using the .NET CLI:
dotnet add package BlazorGenericTable.MA --version 1.0.5

Namespaces for using in the Razor pages:

@using BlazorGenericTable.MA


Stay updated with future improvements and enhancements by following the repository!


Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.0 103 6/21/2025
1.1.0 290 6/10/2025
1.0.6 149 6/1/2025
1.0.5 153 5/26/2025
1.0.4 80 5/23/2025
1.0.2 149 5/19/2025
1.0.1 148 5/19/2025
1.0.0 232 5/13/2025

- Add dialog box for delete button to get its confirmation