This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Releases: IvanJosipovic/BlazorTable
Releases · IvanJosipovic/BlazorTable
Release 1.3.0
v1.3.0 Added detail template support
Release 1.2.0
Update 1.2.0 Added optional Type parameter to Column Added JObject example Updated to .Net 3.1.102
Release v1.1.0
Breaking Change: EmptyDataTemplate, LoadingDataTemplate and Pager no …
Release v1.0.9
Added EmptyDataTemplate (Thanks @conficient) Added LoadingDataTemplate Updated to .NET Core 3.1.101
Release v1.0.8
Added DefaultSortColumn and DefaultSortDescending to Column
Release v1.0.7
Fixed SSB regression
Release v1.0.6
Added Column Class Parameter
Release v1.0.5
Added IQueryable source support Set default page size as 10, and disable paging if size is 0 or less, thanks @conficient Added caching of Compile calls, thanks @conficient
Release v1.0.4
Added ability to render template less columns with custom format, tha…
Release v1.0.3
Added Column Reordering Support Added Sample Server project Pager buttons now disable instead of disappear Fixed bug in pager logic Moved TotalPages Property to Table