- Upgrade to angular 13
- Upgrade to angular 12
- Add Column Filters
- Add
getCsv
Function - Fix sort to always clone rows before sorting
- Add Group By
- Add Virtual Scroll
- Add
DtColumnTemplate
directive. This allows to usedtColumn
as template directive:
<ng-template dtColumn let-player header="Name">
{{player.name}}
</ng-template>
- Fix Printing and add
printStyleCss
andprintStyleUrl
- Use div for rendering row and form for editing only
- Add loading indicator
- Rename css classes to
dt
insteadmat
- First release