Releases: mu-semtech/ember-data-table
Releases · mu-semtech/ember-data-table
v0.6.0
v0.5.2
v0.5.1
v0.5.0
New data table features:
- Add option to disable automatic search in the
text-search
component. When disabled the user must click a search button explicitely to update the filter value. - Replace
mergedQueryOptions
object in route mixin with amergeQueryOptions(params)
function such that user can define custom options based on the params
v0.4.0
New data table features:
- Add text search through filter query param
- Add sort cleaning (clicking column header shifts between asc - desc - clean sorting)
- Add number-pagination component
- Add cross-page selection
- [Bugfix] Fix firstColumn in default-data-table-content-body component
Misc:
- Upgrade to ember-cli v2.8
- Clean dependencies