apple-a-day
Breaking Changes:
As we're following @angular/[email protected] new guidelines, we've changed the way you must import this component's theme. In your app's SCSS theme file:
- you need to import
~ng2-md-datatable/datatable-theme
instead of~ng2-md-datatable/md-datatable-theme
- next to that you will include
mat-datatable-theme($theme)
instead ofmd-datatable-theme($theme)
Let's hope we don't get more renaming in the next Material 2 versions ;)
News:
- @TitanNano enhanced pagination's design and made it closer to Material specs
Known issues:
- missing demo-app (will follow)
- possibly some duplicated events fired after the first page load. I need to investigate if this is a bug coming from the component itself or from my client app (I may create an issue with clarification for this)