how can i avoid the filter to apply automaticly to default view

i have here a table "players" and when i started my program i thought at using a separate view from the dataview to easily work with data. this dataview is called "playerview"

but while i am working in my program and applying filters to playerview, the filter goes automaticly to players.defaultview and i need the default view.rowfilter to be empty so i can apply a different filter from the playerview.

thanks for trying to understand my problem

btw when i declared i used
Public playerview As DataView and after datatable is filled
playerview = players.DefaultView