- Upgrading support for Angular 11
- Removed dependency on typings.
- Fixed bug that occured when tableState was not bound to component and using custom dataPipe on component.
- Removed console logging code used for testing.
- Significant refactoring of ITableState. Includes simplifying base interface to only include change tracking.
- Fixes to Table directive that caused pipe to be called multiple times during initialization.
- Added event binding
ptDataPipe
in order to support component handling server side pagination - Renamed attribute
tableState
toptTableState
- Bug fix for ptPagination and *ngIf
Fix for ng2-power-table.min.js not included last changes. Thanks to StdVectorBool!
Implemented async pipe. Thanks to StdVectorBool!
Removed module.id usage from PaginationComponent
Bug fixes for initializing tableState from consuming component. #1
Initial version