Difference between revisions of "Migration to the new CRUD"

From wiki.ferrari.mo.it
Jump to navigation Jump to search
Line 11: Line 11:
 
If possible, use the function populateTable instead of rewriting it;
 
If possible, use the function populateTable instead of rewriting it;
  
Then, you can delete the 2 ViewChild lines as they are no more necessary:
+
Then, you can delete the 2 ViewChild lines as they are no more necessary;
 +
 
 +
Use super.iconize instead of defaulticonize;
  
 
= Single page (not tab) =
 
= Single page (not tab) =
  
 
= Multiple page (with tab) =
 
= Multiple page (with tab) =

Revision as of 12:13, 12 May 2022

List (valid both for single or multiple page

html

Add mat-card header;

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)

Multiple page (with tab)