I want a Notes
table, with two columns DATE
and Content
.
The rows should be arranged after the date. The last note added should be first. It should be an input field, in which you can write the note and automatically the date should be added and the entire entry should be added to the table when you hit the Add button.
I'm working with Angular 7 and Material, but I have no idea how to do this.
I'm not using bootstrap.