This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
Releases: C2FO/ember-models-table
Releases · C2FO/ember-models-table
Made some changes to allow for a checkbox selection
v100.0.1
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.