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

    (@annuman)

    Hello @krishna0122,

    Actually, this loader will be displayed while rendering the table. But I can give you a simple CSS so that the loader will be removed but before rendering the whole table it will flick out for a while. Here is the necessary CSS so you can give it a try.

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

    If you have any further queries please submit a support ticket here. https://wpmanageninja.com/support-tickets/ Our support agent will assist you.

    Thanks

    • This reply was modified 3 years, 8 months ago by Syed Numan.
Viewing 1 replies (of 1 total)
  • The topic ‘Table loading’ is closed to new replies.