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

Commit

Permalink
switched to full urls
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Jan 8, 2020
1 parent 54a0890 commit 7321b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Blazor Table Component with Sorting, Paging and Filtering

[![Sample Gif](/BlazorTable.gif)](/BlazorTable.gif)
[![Sample Gif](https://raw.githubusercontent.com/IvanJosipovic/BlazorTable/master/BlazorTable.gif)](/BlazorTable.gif)

## Install

Expand All @@ -21,7 +21,7 @@ Blazor Table Component with Sorting, Paging and Filtering

## Features
- Column Reordering
- Edit Mode ([Template Switching](/src/BlazorTable.Sample.Shared/Pages/EditMode.razor))
- Edit Mode ([Template Switching](https://github.com/IvanJosipovic/BlazorTable/blob/master/src/BlazorTable.Sample.Shared/Pages/EditMode.razor))
- Client Side
- Paging
- Sorting
Expand All @@ -35,7 +35,7 @@ Blazor Table Component with Sorting, Paging and Filtering
- Bootstrap 4 CSS

## Sample
[Example Page](/src/BlazorTable.Sample.Shared/Pages/Index.razor)
[Example Page](https://github.com/IvanJosipovic/BlazorTable/blob/master/src/BlazorTable.Sample.Shared/Pages/Index.razor)

```csharp
<Table TableItem="PersonData" Items="data" PageSize="15">
Expand Down

0 comments on commit 7321b38

Please sign in to comment.