Yes, you can disable spinners for specific outputs using shinybusy::remove_modal_spinner() or by wrapping those outputs with suppressDependencies("shinybusy"). Another approach is to use custom CSS to hide spinners for specific elements. If you're using shinycssloaders::withSpinner(), simply avoid wrapping the outputs where you don’t want spinners.