Releases: dj-fiorex/angular2-smart-table
Releases · dj-fiorex/angular2-smart-table
v2.4.0
What's Changed
- Adds
getFilteredAndSorted()
to the interface ofDataSource
- Fixes
getFilteredAndSorted()
andgetAll()
ofServerDataSource
- Fixes inconsistent
DataSource.count()
implementations - Fixes "Expand" button not having a
margin-right
- Fixes multi-select column having an undefined width
- Fixes wrong colspan for
noDataMessage
and expanded rows when the table has a multi-select column
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- Fixes regression: filter: false in a column setting did not work anymore
- Fixes a regression where selected rows stick to the top of the table after sorting
- Fixes a bug where invoking empty() on a data source does not result in refreshing the table
New Contributors
- @uap-universe made their first contribution in #58
Full Changelog: v2.3.0...v2.3.1
v2.2.0
What's Changed
- stick selected rows at top of table by @hexdecimal16 in #47
- allow emitting when all rows are selected by @hexdecimal16 in #44
- update dependencies by @hexdecimal16 in #48
- refractor and properly give credits to akveo by @hexdecimal16 in #49
New Contributors
- @hexdecimal16 made their first contribution in #47
Full Changelog: v2.0.8...v2.2.0