Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit a8cb065

Browse files
authored
chore: fixes issue #268 (#346)
chore: fixes issue #268
1 parent d5611b7 commit a8cb065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Nuget (with prereleases)](https://img.shields.io/nuget/dt/BlazorTable.svg?style=flat-square)](https://www.nuget.org/packages/BlazorTable)
55
![](https://github.com/IvanJosipovic/BlazorTable/workflows/CI/CD/badge.svg)
66

7-
87
Blazor Table Component with Sorting, Paging and Filtering
98

109
[![Sample Gif](https://raw.githubusercontent.com/IvanJosipovic/BlazorTable/master/BlazorTable.gif)](/BlazorTable.gif)
@@ -18,6 +17,8 @@ Blazor Table Component with Sorting, Paging and Filtering
1817
- Add call to Program.cs or Startup.cs
1918
- Services.AddBlazorTable();
2019

20+
Note: If installing `BlazorTable` in a hosted Blazor WASM application, these steps should be performed in the [WASM Client](https://docs.microsoft.com/en-us/aspnet/core/blazor/hosting-models?view=aspnetcore-5.0#blazor-webassembly-1) project.
21+
2122
## Features
2223
- Column Reordering
2324
- Edit Mode ([Template Switching](https://github.com/IvanJosipovic/BlazorTable/blob/master/src/BlazorTable.Sample.Shared/Pages/EditMode.razor))

0 commit comments

Comments
 (0)