Delete data row from data table


Yeas, so at the moment this is what I have. The Output looks something like:
7
3
6
4
10
5
etc…

But I would like to delete all odd numbers. In this case the ouytput would be like:
6
4
10
2
etc… (So only even numbers)