Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Releases: C2FO/ember-models-table

Made some changes to allow for a checkbox selection

13 Jan 22:54
Compare
Choose a tag to compare
v100.0.2

TPF-856 - Made changes to allow for selecting rows with a checkbox.

v100.0.1

04 Jan 18:17
Compare
Choose a tag to compare

Initial split from baseline ember-model-table-server-pagination.

Features

Column
The default columns are computed off the model passed into component.data. All columns are shown by default. A powerful helper function _buildColumn(attr) can help you parse the model attributes and output a column object used to build columns in the ember-model-data plugin.

Default Columns
The defaultColumns property on component will show only those columns by default but include all properties on a model for the passed in data.

Better global search
The _loadData method will now add "search" and "searchKeys" to your service. If the "searchByHiddenColumns" property is enabled, then all columns will be used. Otherwise only the visible columns are sent to the service.