Answer the question
In order to leave comments, you need to log in
How to remove data from a page (meteor)?
I display the data in the table like this
<table>
<tr>
<th>Id</th>
<th>Name</th>
<th>Surname</th>
</tr>
{{#each getPeople}}
<tr class="{{_id}}">
<td>{{_id}}</td>
<td>{{name}}</td>
<td>{{surname}}</td>
</tr>
{{/each}}
</table>
Answer the question
In order to leave comments, you need to log in
Show your getPeople function and the one that removes the user from the database
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question