views: remove global filtering from not paginated tables
Remove global filtering from not paginated tables because it's not needed when all items are in one page and local filtering works just fine (and faster as there is no need to wait for response from server).