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

Commit

Permalink
Merge pull request #72 from IvanJosipovic/IvanJosipovic-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
IvanJosipovic authored Jan 20, 2020
2 parents cafaaa5 + f6320aa commit dcd0e94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Blazor Table Component with Sorting, Paging and Filtering

- Add [BlazorTable Nuget](https://www.nuget.org/packages/BlazorTable)
- dotnet add package BlazorTable
- or
- Install-Package BlazorTable
- Add to the index.html or _Hosts.cshtml
- `<script src="_content/BlazorTable/BlazorTable.min.js"></script>`

Expand Down Expand Up @@ -54,6 +52,6 @@ Blazor Table Component with Sorting, Paging and Filtering
@context.created_date.ToShortDateString()
</Template>
</Column>
<Pager TableItem="PersonData" ShowPageNumber="true" ShowTotalCount="true" />
<Pager ShowPageNumber="true" ShowTotalCount="true" />
</Table>
```

0 comments on commit dcd0e94

Please sign in to comment.