irossimoline/angular4-material-table

Release for Angular 7

Closed this issue · 1 comments

Any idea for release for angular 7 may valuable

Published a new version for Angular 7.

It mainly update library dependencies, and also implements a refactor to separate template-driven from reactive-forms technique.
It does support both approaches, but separates internal behavior manipulating the data directly on FormGroup and FormControls if using reactive-forms approach.
In case of using template-driven, the data correctness validation before submitting (edit & create confirmation) must be done on client side (user's code).