Migration to the new CRUD

From wiki.ferrari.mo.it
Revision as of 14:39, 12 May 2022 by 79.7.146.69 (talk)
Jump to navigation Jump to search

List (valid both for single or multiple page

list html

Add mat-card-header;

list ts

Function editX must pass element and not element.id;

If possible, use the function populateTable instead of rewriting it;

Then, you can delete the 2 ViewChild lines as they are no more necessary;

Use super.iconize instead of defaulticonize;

Single page (not tab)

detail html

Add mat-card-header;

Remove ngIf loaded;

Change isEdit with !isNew();

Multiple page (with tab)