- Sortable can be defined where the columns are defined #193
- Fixed bind-reload pagination issue #186
- Reload table on specific page #160
- Fixed table function runs twice when it is in an Angular-Material mdTab directive #176
- Fixed paramsObj causing circular object JSON error #159
- Fixed paramsObj does not match params #153 #153
####Breaking Changes
paramsObj
now containsfilters
object. Can causeTypeError: Converting circular structure to JSON
error if you were addingparamsObj
to yourfilters
object on your own. (Breaking change commit)
- Fixed Paging buttons on server side table #148 #148
- Fixed ng-tasty entry point in package.json #145 #145
- Fixed Server Side search pagination #142
- Fixed client side pagination and itemsPerPage #138
- Fixed tasty-thead, how to change column title in tasty-thead #132
- Document and refactoring of loadOnInit on server side table #131
- Add show all to table pagination #121
- cleanFieldName may now contain _ and keep it, instead of replacing it #123
- Add bind-theme to the tasty-table #111
- Add custom class on table directive #96
- Add filtersComparator attribute to tasty table #94
- Fixed watch-resource issue
- Fixed bug with bind-init #91
- Fixed bug passing plain text without bind #87
- Add option to have different $watch resource version #80
- Add slugify filter #78
- Add camelize filter #77
- Now by adding a value in resource you can also use it in the table scope #69
- Fixed pagination issue during filtering #65
- Fixed bug when header is an empty list #66
- Fixed bug when using the $scope.params outside the table #67
- Fixed pagination if resource.pagination is missing #68
- Fixed bad list module name in dist folder #63
- Added support for templateUrl scope in pagination directive #61
- All the architecture now is devide in three main part: component, service, filter. The goal is to give all the tools for start your own tasty collection by using ngTasty as scaffold.
- For the new ngTasty v0.4.0 I'm getting inspiration from the Straw-man Proposal, all the table
directive API is more flexible. If you add
bind-
before means you passing a$scope
variable otherwise you pass a classic value.
- Fixed pagination links conflicts with routing #50
- Optional template for pagination #57
- tasty-thead stop set width columns as default #56
- Fixed server side default sortBy and sortOrder #51 #51
- Improved filter in server side table #44
- Pagination now is following the Bootstrap standard #43
- Fixed setPaginationRanges where the number of rows are bigger than the pagination range #42
- Query config params and init params #3
- Fixed possible issue when header key are not lowercase #35
- Implemented a [feature request], simplified header for resources #37
- Implemented the filter functionality in the table directive #33
- Refactoring to be ready for Angular 1.3 #34
- Improved Performance more than 110%!!! #28
- Fixed pagination issue when there is only one row #30
- Added params object as response in the sorting/pagination server side table callback. #31
- Improved message errors #32#29
- Improved sorting by key #27
- Fixed issue about refresh external scope variable #25
- Initial Benchmarks by using Benchpress #26
- Added items-per-page and list-items-per-page settings in table pagination #15
- Added ngTasty.service.tastyUtil #24
- Removed all the Grunt dependence #23
- Fixed table pagination responsive #18
- Added a new table that has sorting and pagination client side
- Improved
setDirectivesValues
inngTasty.table
- Fixed issues in
ngTasty.filter.range
- Fixed issue in
ngTasty.service.setProperty