is it possible to use pagination only on desktop?
For smartphone and tablet I want to just list up the CPT's without pagination.
Or do I have to create two views and display them each on desktop or smartphone?
Because pagination affects what is queried and returned from the database, if you want different forms of pagination on desktop vs. other devices then you must create different Views and then display either/or depending on the device being used.