- allow binding on search predicate [lorenzofox3#142] (issue 142) Note that if you want to search against a property name you have now to put in under single quote otherwise it will be considered as a binding
<input st-search="'name'"/>
- fix #146 and #148, set stPipe before stPagination is called. Thanks brianchance
- implement #149 (default sorting)
- hide pagination when less than 1 page
- add unit tests for pagination directive
- fix back to natural sort order
- use same strategy view -> table state, table state -> view for all the plugins
- fix #161
- fix #162
- fix #165
- ability to overwrite class names for (st-sort-ascent and st-sort-descent) thanks to replacement87
- fix #167
- new feature, items by page and displayed page can be bound
- support external template for pagination
- support angular v1.3.x
- ability to skip natural ordering state (ie fix #192)
- fix #200,
this
in a custom pipe function does not refer to the table controller anymore, and the signature of a custom pipe function is
function(tableState, tableController){
}
- ability to set filter function
st-set-filter
- ability to set sort function
st-set-sort
- patch for sync problem
- merge #234, #218
- fix #233 #237
- evaluate sort predicate as late as possible
- fix #262
- fix #276
- fix #281
- fix #285
- fix #284
- fix #290