Skip to content

Releases: IvanJosipovic/BlazorTable

v1.17.0

28 Aug 20:51
758cdee
Compare
Choose a tag to compare

1.17.0 (2021-08-28)

Features

v1.16.0

15 Aug 01:43
eb3e1cb
Compare
Choose a tag to compare

1.16.0 (2021-08-15)

Features

Release 1.15.0

01 Feb 01:05
54d8667
Compare
Choose a tag to compare
Merge pull request #251 from IvanJosipovic/dev

New Features
- Server side data loading! (thanks @nadais)
- Toggle detail template programmatically (thanks @NilsPur)
- Custom Row (thanks @NilsPur)
- Add property ShowChildContentAtTop (thanks @obie73)

Additional Localization
- Danish (thanks @KBBA)
- Spanish (thanks @ekuhlmann23)
- Brasilian Portuguese (thanks @carlos-sergio-carvalho)

Release 1.14.0

26 Nov 07:09
92ea7a1
Compare
Choose a tag to compare
Merge pull request #204 from IvanJosipovic/dev

Added Localization (German) (thanks! @chrgraefe)
Braking change: See readme for new initialization method.
Added Column Visibility (thanks! @NilsPur)
NuGet Update

Release 1.13.1

05 Oct 02:05
9600a1e
Compare
Choose a tag to compare
Fix bug #172 #patch

Fix bug #172

Release 1.13.0

05 Oct 01:32
0932b24
Compare
Choose a tag to compare
Feat145 (#184)

* Added Dynamic Columns
* NuGet Update

Release 1.12.1

05 Aug 01:07
77ebd7c
Compare
Choose a tag to compare

Release 1.12.0

29 Jul 01:52
c043117
Compare
Choose a tag to compare
Update (#156)

Updated Null handling to fix Bug #146
Fixed Bug #152 (Thanks @conficient)
NuGet Update

Co-authored-by: Howard Richards <dev@conficient.com>

Release 1.11.1

04 Jun 04:23
626a154
Compare
Choose a tag to compare
Fix Bug #135 (#137) #patch

Fix Bug #135
NuGet update

Release 1.11.0

18 May 02:16
7545b95
Compare
Choose a tag to compare

Adding table footer feature supporting basic aggregations (Sum,Avgerage,Count,Min,Max) and set custom footer text. (Thanks to @pqbui001)
Breaking Change - Updated TableRowClass to Func<TableItem, string> #122 (Thanks to @rdadkins)
NuGet update
.Net Core update to 3.1.202