In cases where sorting is done by an index or an ID, instead of the content displayed in the table, filtering won't work on the given columns. Ie:
{name: 'Pear', order: 1}, {name: 'Apple', order: 2}<th ts-criteria="order" ts-filter></th><td>{{item.name}}</td>
User won't be able to filter by name of the item...
In cases where sorting is done by an index or an ID, instead of the content displayed in the table, filtering won't work on the given columns. Ie:
{name: 'Pear', order: 1}, {name: 'Apple', order: 2}
<th ts-criteria="order" ts-filter></th>
<td>{{item.name}}</td>
User won't be able to filter by name of the item...