• Resolved anjanphukan

    (@anjanphukan)


    Hi,
    Is it possible to disable the loader spinner in Ninja Forms. Please click on the accordion title with ORGANIC in the above link to see the table.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @anjanphukan,

    Actually, the table preloader will be loaded until the total table data loads. But if you really want to hide it, you should use the following CSS in the table custom CSS section. That will hide the spinner but the table itself flicks out just before appearing.

    .footable-loader {
            display: none !important;
        }
    
        table {
            display: table !important;
        }

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘How to disable loading spinner’ is closed to new replies.