BlazorGenericTable.MA
1.0.5
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
<PackageReference Include="BlazorGenericTable.MA" Version="1.0.5" />
<PackageVersion Include="BlazorGenericTable.MA" Version="1.0.5" />
<PackageReference Include="BlazorGenericTable.MA" />
paket add BlazorGenericTable.MA --version 1.0.5
#r "nuget: BlazorGenericTable.MA, 1.0.5"
#:package BlazorGenericTable.MA@1.0.5
#addin nuget:?package=BlazorGenericTable.MA&version=1.0.5
#tool nuget:?package=BlazorGenericTable.MA&version=1.0.5
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 | Versions 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. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Add dialog box for delete button to get its confirmation